Skip to content

Commit

Permalink
misc cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuchard committed Sep 27, 2024
1 parent 8f29564 commit 5dd430e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
container: node:14-alpine
steps:
- name: checkout
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
);
}
Expand Down

0 comments on commit 5dd430e

Please sign in to comment.