https://github.com/ericsson/puppet-module-krb5
https://github.com/ericsson/puppet-module-krb5
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericsson/puppet-module-krb5
- Owner: Ericsson
- License: apache-2.0
- Created: 2014-05-19T11:58:50.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T11:53:09.000Z (about 2 years ago)
- Last Synced: 2025-05-07T18:16:20.171Z (about 1 year ago)
- Language: Ruby
- Size: 126 KB
- Stars: 1
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README-RUBOCOP.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Rubocop usage
Rubocop is used as code style checker and code formatter. It is used with setting taken from [PDK 1.18.0](https://github.com/puppetlabs/pdk/tree/v1.18.0). See `.rubocop.yml` for details.
### with Ruby 2.1.9
To run rubocop on this outdated version of Ruby you need to install specific old versions of Rubocop:
- rubocop v0.49.1
- rubocop-i18n v1.2.0
- rubocop-rspec v1.16.0
If you use Rubygems for setup you can run these commands to install:
```bash
gem install rubocop -v 0.49.1
gem install rubocop-i18n -v 1.2.0
gem install rubocop-rspec -v 1.16.0
```