Skip to content

Commit

Permalink
fix(formulas): add yamllint ignores to get all passing (future revert)
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Sep 10, 2019
1 parent ddf0272 commit 4ea8755
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,9 @@ ssf:
- .
- .config
yamllint:
ignore:
additional:
- pillar-with-views.example
rules:
comments-indentation:
ignore: *ignore_pillar_example
Expand Down Expand Up @@ -323,6 +326,11 @@ ssf:
- [fedora , 29 , 2018.3, 2, default]
- [opensuse/leap, 15 , 2018.3, 2, default]
- [centos , 6 , 2017.7, 2, default]
yamllint:
rules:
empty-values:
ignore:
- pillar.example
semrel_files: *semrel_files_default
cron:
context:
Expand Down Expand Up @@ -676,6 +684,11 @@ ssf:
ignore:
additional:
- mysql/supported_sections.yaml
rules:
empty-values:
ignore:
- mysql/defaults.yaml
- mysql/osfamilymap.yaml
semrel_files: *semrel_files_default
nginx:
context:
Expand All @@ -700,6 +713,11 @@ ssf:
- [opensuse/leap, 15 , 2018.3, 2, default]
- [centos , 6 , 2017.7, 2, default]
use_tofs: true
yamllint:
rules:
empty-values:
ignore:
- pillar.example
semrel_files: *semrel_files_default
openvpn:
context:
Expand Down Expand Up @@ -727,6 +745,12 @@ ssf:
# - [fedora , 29 , 2018.3, 2, default]
- [opensuse/leap, 15 , 2018.3, 2, default]
- [centos , 6 , 2017.7, 2, default]
yamllint:
rules:
empty-values:
ignore:
- openvpn/defaults.yaml
- pillar.example
semrel_files: *semrel_files_default
php:
context:
Expand Down Expand Up @@ -824,6 +848,9 @@ ssf:
- .config
yamllint:
rules:
empty-values:
ignore:
- pillar.example
key-duplicates:
ignore: *ignore_pillar_example
semrel_files: *semrel_files_default
Expand Down Expand Up @@ -871,6 +898,11 @@ ssf:
Verify that the prometheus formula is setup and configured correctly
platforms_matrix: *platforms_matrix_osfamily_debian
use_tofs: true
yamllint:
rules:
empty-values:
ignore:
- pillar.example
semrel_files: *semrel_files_default
rkhunter:
context:
Expand Down Expand Up @@ -1278,6 +1310,12 @@ ssf:
provisioner:
pillars_from_files:
- .sls: test/salt/pillar/vim.sls
yamllint:
rules:
empty-values:
ignore:
- pillar.example
- test/salt/pillar/vim.sls
semrel_files: *semrel_files_default
vsftpd:
context:
Expand Down

0 comments on commit 4ea8755

Please sign in to comment.