Skip to content

Commit 5dd430e

Browse files
committed
misc cleanup
1 parent 8f29564 commit 5dd430e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
lint:
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-latest
1717
container: node:14-alpine
1818
steps:
1919
- name: checkout

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### (Next)
2+
- Properly handle new Ansible Lint behavior of redirecting certain errors to stderr instead of formerly parsing as warnings.
3+
14
### 1.8.3
25
- Workaround for noise from Ansible Lint 6 non-pep8 output.
36
- Workaround for change to versioning convention.

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default {
8181
'ansible-lint < 5.0 is unsupported. Backwards compatibility should exist, but is not guaranteed.',
8282
{
8383
detail: 'Please upgrade your version of ansible-lint to >= 5.0.',
84-
dismissable: true
84+
dismissable: true,
8585
}
8686
);
8787
}

0 commit comments

Comments
 (0)