From 096943077948547c0139a53f73982582373b91b2 Mon Sep 17 00:00:00 2001 From: huyz Date: Sat, 11 Mar 2023 20:33:13 -0800 Subject: [PATCH] ansible-lint: remove temp skip of schema[galaxy] --- .ansible-lint | 2 -- .pre-commit-config.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.ansible-lint b/.ansible-lint index 12c3631..92e91e2 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -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 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 547b90b..f285538 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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