Skip to content

Commit

Permalink
ansible-lint: remove temp skip of schema[galaxy]
Browse files Browse the repository at this point in the history
  • Loading branch information
huyz committed Mar 12, 2023
1 parent 50bc091 commit 0969430
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ skip_list:
- package-latest
# I like to use comments with no space to signify disabled code
- yaml[comments]
# XXX Temp: 2023-02-25 https://github.com/ansible/ansible-lint/issues/3084
- schema[galaxy]

kinds:
## My own files
Expand Down
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ repos:
files: \.(yaml|yml)$
args:
- '--profile=production'
# XXX Temp: 2023-02-25 https://github.com/ansible/ansible-lint/issues/3084
- '--skip-list=schema[galaxy]'

ci:
# ansible-lint requires the poetry environment in our case and pre-commit.ci
Expand Down

0 comments on commit 0969430

Please sign in to comment.