aboutsummaryrefslogtreecommitdiff
path: root/.rubocop.yml
AgeCommit message (Collapse)Author
2023-02-10(MODULES-11371) Updates PDK templateMichael Hashizume
This commit runs `pdk update` using the most recent template at the time (2.7.1) and updates metadata.json to allow Puppet versions < 9.0.0 in preparation for the release of Puppet 8.
2021-10-01(MODULES-11197) Use correct cop namesGabriel Nagy
2021-09-30(MODULES-11197) Rubocop fixesBobosila Victor
2021-09-30(MODULES-11197) Update puppetlabs-augeas_core to latest pdk templateBobosila Victor
Also updated `.sync` file to include the `auto_release.yml` workflow
2019-10-23(maint) Update module using pdk 1.14.0Josh Cooper
2019-01-08(maint) update PDK to 1.8.0; update all templatesMelissa Stone
2018-06-28pdk update using 1.6.0Josh Cooper
2018-06-28Run pdk updateJosh Cooper
Update rubocop rules and Gemfile
2018-06-28Move rubocopy overrides to .sync.ymlJosh Cooper
2018-06-27Automatic update of rubocop violationsJosh Cooper
Add exclusions for: Layout/IndentHeredoc, Metrics/BlockNesting: Metrics/LineLength: Style/AccessorMethodName: Style/DoubleNegation: Style/MultipleComparison: Style/NumericPredicate: Style/PredicateName: Style/SignalException: Style/VariableName: SignalException is disabled because Puppet::Type#fail overrides Kernel#fail, and we really do want fail and not raise.
2018-06-27Module creation using pdk 1.5Josh Cooper