From 5dd430e862478620ad03d677af52ec91a1d05737 Mon Sep 17 00:00:00 2001 From: Matt Schuchard Date: Fri, 27 Sep 2024 14:17:32 -0400 Subject: [PATCH] misc cleanup --- .github/workflows/ci.yaml | 2 +- CHANGELOG.md | 3 +++ lib/main.js | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8124d2d..5b2cc8e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ on: jobs: lint: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest container: node:14-alpine steps: - name: checkout diff --git a/CHANGELOG.md b/CHANGELOG.md index 6141f2f..fa43781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### (Next) +- Properly handle new Ansible Lint behavior of redirecting certain errors to stderr instead of formerly parsing as warnings. + ### 1.8.3 - Workaround for noise from Ansible Lint 6 non-pep8 output. - Workaround for change to versioning convention. diff --git a/lib/main.js b/lib/main.js index 685e866..6ff2414 100644 --- a/lib/main.js +++ b/lib/main.js @@ -81,7 +81,7 @@ export default { 'ansible-lint < 5.0 is unsupported. Backwards compatibility should exist, but is not guaranteed.', { detail: 'Please upgrade your version of ansible-lint to >= 5.0.', - dismissable: true + dismissable: true, } ); }