From 669bcb88070728a45a5679dc84b9ae8821753f94 Mon Sep 17 00:00:00 2001 From: Encephala Date: Tue, 19 Dec 2023 18:12:56 +0100 Subject: [PATCH] Remove unnecessary `yaml[line-length]` ignore --- .github/workflows/ansible-lint.yml | 2 +- .vscode/settings.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 7668b7d..ae5769d 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -12,4 +12,4 @@ jobs: run: sudo apt-get install ansible-lint -y - name: Run ansible-lint - run: ansible-lint -x yaml[line-length] 2>&1 >> $GITHUB_STEP_SUMMARY + run: ansible-lint 2>&1 >> $GITHUB_STEP_SUMMARY diff --git a/.vscode/settings.json b/.vscode/settings.json index 6da88b3..8015fc0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,5 +3,4 @@ "files.associations": { "*.yml": "ansible" }, - "ansible.validation.lint.arguments": "-x yaml[line-length]" }