Skip to content

Commit

Permalink
fix(docs): fix skip info (#49)
Browse files Browse the repository at this point in the history
should not use numbers but names of rules for skip directive

Co-authored-by: Tim Huynh <[email protected]>
  • Loading branch information
wass3r and timhuynh94 authored Aug 19, 2024
1 parent ecfacca commit cc6409f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ steps:
action: lint
playbook: "abox/main.yml"
lint_skip:
- 403
- 201
- no-changed-when
- key-order

- name: ansible-playbook
image: target/vela-ansible:latest
Expand Down

0 comments on commit cc6409f

Please sign in to comment.