File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 13
13
14
14
jobs :
15
15
lint :
16
- runs-on : ubuntu-22.04
16
+ runs-on : ubuntu-latest
17
17
container : node:14-alpine
18
18
steps :
19
19
- name : checkout
Original file line number Diff line number Diff line change
1
+ ### (Next)
2
+ - Properly handle new Ansible Lint behavior of redirecting certain errors to stderr instead of formerly parsing as warnings.
3
+
1
4
### 1.8.3
2
5
- Workaround for noise from Ansible Lint 6 non-pep8 output.
3
6
- Workaround for change to versioning convention.
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ export default {
81
81
'ansible-lint < 5.0 is unsupported. Backwards compatibility should exist, but is not guaranteed.' ,
82
82
{
83
83
detail : 'Please upgrade your version of ansible-lint to >= 5.0.' ,
84
- dismissable : true
84
+ dismissable : true ,
85
85
}
86
86
) ;
87
87
}
You can’t perform that action at this time.
0 commit comments