소스 검색

Adding ignore for linting shell commands

Signed-off-by: Lucas A. Wilson <luke.wilson@dell.com>
Lucas A. Wilson 4 년 전
부모
커밋
24f35c288d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/ansible-lint.yml

+ 1 - 1
.github/workflows/ansible-lint.yml

@@ -68,4 +68,4 @@ jobs:
         #                         path to directories or files to skip. This option is
         #                         repeatable.
         #   -c C                  Specify configuration file to use. Defaults to ".ansible-lint"
-        args: ""
+        args: "-x ANSIBLE0305"