puppet-prod/.rubocop.yml
Ben Vincent 40c57ede59 feat: add ci build task (#342)
- a ci workflow for build tests
- run pre-commit against all files

Reviewed-on: #342
2025-07-08 20:19:36 +10:00

14 lines
173 B
YAML

# .rubocop.yml
Style/ClassAndModuleChildren:
EnforcedStyle: compact
Style/Documentation:
Enabled: false
Layout/LineLength:
Max: 140
Metrics/BlockNesting:
Max: 4