mirror of
https://github.com/dev-sec/linux-baseline
synced 2024-11-22 19:23:02 +00:00
22 lines
301 B
YAML
22 lines
301 B
YAML
AllCops:
|
|
Excludes:
|
|
- vendor/**
|
|
- metadata.rb
|
|
- '**/Puppetfile'
|
|
- Puppetfile
|
|
|
|
|
|
Documentation:
|
|
Enabled: false
|
|
AlignParameters:
|
|
Enabled: true
|
|
Encoding:
|
|
Enabled: true
|
|
HashSyntax:
|
|
Enabled: true
|
|
LineLength:
|
|
Enabled: false
|
|
MethodLength:
|
|
Max: 30
|
|
NumericLiterals:
|
|
MinDigits: 10
|