Skip to content

Commit

Permalink
feat(rubocop): add per-formula overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Oct 10, 2019
1 parent 58881a7 commit 212edf0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,10 @@ ssf:
# - [ubuntu , 18.04, develop, 3, preferences]
- [debian , 9 , 2019.2, 3, preferences]
- [ubuntu , 18.04, 2019.2, 3, preferences]
rubocop:
Cops:
Metrics/BlockLength:
Max: 55
semrel_files: *semrel_files_default
apt-cacher:
context:
Expand Down Expand Up @@ -1257,6 +1261,10 @@ ssf:
inspec_suites_matrix: []
platforms: []
platforms_matrix: []
rubocop:
AllCops:
Exclude:
- 'ssf/files/**/*'
use_tofs: true
yamllint:
ignore:
Expand Down Expand Up @@ -1551,6 +1559,10 @@ ssf:
- [fedora , 29 , 2018.3, 2, default]
- [opensuse/leap, 15 , 2018.3, 2, default]
- [centos , 6 , 2017.7, 2, centos6]
rubocop:
Cops:
Metrics/BlockLength:
Max: 36
use_tofs: true
semrel_files: *semrel_files_default
timezone:
Expand Down

0 comments on commit 212edf0

Please sign in to comment.