mirror of
https://github.com/dev-sec/linux-baseline
synced 2024-11-22 19:23:02 +00:00
updating common files
updating files: [".rubocop.yml"]
This commit is contained in:
parent
f0014053ce
commit
4187449039
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,7 @@ AllCops:
|
|||
Exclude:
|
||||
- vendor/**/*
|
||||
- "*/puppet/Puppetfile"
|
||||
- "*/puppet/.tmp/**/*"
|
||||
Documentation:
|
||||
Enabled: false
|
||||
AlignParameters:
|
||||
|
@ -21,3 +22,5 @@ Metrics/CyclomaticComplexity:
|
|||
Max: 10
|
||||
Metrics/PerceivedComplexity:
|
||||
Max: 10
|
||||
Metrics/AbcSize:
|
||||
Max: 29
|
||||
|
|
Loading…
Reference in a new issue