mirror of
https://github.com/dev-sec/linux-baseline
synced 2024-11-23 03:33:02 +00:00
add rubocop file
This commit is contained in:
parent
9891e32259
commit
70097d1b0a
1 changed files with 17 additions and 0 deletions
17
.rubocop.yml
Normal file
17
.rubocop.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
AllCops:
|
||||
Excludes:
|
||||
- '**/Puppetfile'
|
||||
Documentation:
|
||||
Enabled: false
|
||||
AlignParameters:
|
||||
Enabled: true
|
||||
Encoding:
|
||||
Enabled: true
|
||||
HashSyntax:
|
||||
Enabled: true
|
||||
LineLength:
|
||||
Enabled: false
|
||||
MethodLength:
|
||||
Max: 30
|
||||
NumericLiterals:
|
||||
MinDigits: 10
|
Loading…
Reference in a new issue