Skip to content

Commit

Permalink
feat(bind): add yamllint ignore rules for pillar-with-views.example
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Sep 10, 2019
1 parent ea3fbf3 commit 5d3bbf1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ ssf_node_anchors:
rule:
ignore_pillar_example: &ignore_pillar_example
- pillar.example
# yamllint disable-line rule:line-length
ignore_pillar_example_and_with_views_example: &ignore_pillar_example_and_with_views_example
- pillar.example
- pillar-with-views.example
semrel_files: &semrel_files_default
bin/kitchen: &file__bin__kitchen
<<: *file_default
Expand Down Expand Up @@ -260,11 +264,11 @@ ssf:
yamllint:
rules:
comments-indentation:
ignore: *ignore_pillar_example
ignore: *ignore_pillar_example_and_with_views_example
key-duplicates:
ignore: *ignore_pillar_example
line-length:
ignore: *ignore_pillar_example
ignore: *ignore_pillar_example_and_with_views_example
semrel_files: *semrel_files_default
cert:
context:
Expand Down

0 comments on commit 5d3bbf1

Please sign in to comment.