mirror of
https://github.com/dev-sec/linux-baseline
synced 2024-11-22 19:23:02 +00:00
commit
1a1b8f5da5
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,7 @@ AllCops:
|
|||
Exclude:
|
||||
- vendor/**/*
|
||||
- "*/puppet/Puppetfile"
|
||||
- "*/puppet/.tmp/**/*"
|
||||
Documentation:
|
||||
Enabled: false
|
||||
AlignParameters:
|
||||
|
@ -13,6 +14,8 @@ HashSyntax:
|
|||
Enabled: true
|
||||
LineLength:
|
||||
Enabled: false
|
||||
EmptyLinesAroundBlockBody:
|
||||
Enabled: false
|
||||
MethodLength:
|
||||
Max: 40
|
||||
NumericLiterals:
|
||||
|
@ -21,3 +24,5 @@ Metrics/CyclomaticComplexity:
|
|||
Max: 10
|
||||
Metrics/PerceivedComplexity:
|
||||
Max: 10
|
||||
Metrics/AbcSize:
|
||||
Max: 29
|
||||
|
|
Loading…
Reference in a new issue