Compare commits
1 Commits
developmen
...
3ec2e024e6
Author | SHA1 | Date | |
---|---|---|---|
3ec2e024e6 |
@ -36,7 +36,7 @@ jobs:
|
|||||||
run: pip install ansible-lint
|
run: pip install ansible-lint
|
||||||
|
|
||||||
|
|
||||||
- name: Run Ansible-Lint
|
- name: Run YAMLLint
|
||||||
run: |
|
run: |
|
||||||
echo "NFC_PROBLEM_MATCHER_TYPE=pylint-json";
|
echo "NFC_PROBLEM_MATCHER_TYPE=pylint-json";
|
||||||
ansible-lint -f json . || true
|
ansible-lint -f json . || true
|
||||||
|
@ -74,4 +74,4 @@ rules:
|
|||||||
level: error
|
level: error
|
||||||
type: unix
|
type: unix
|
||||||
|
|
||||||
truthy: disable
|
truthy: disable
|
@ -144,8 +144,8 @@ regex = {
|
|||||||
r'"description":\s*"(?P<description>[^"]+)",\s*'
|
r'"description":\s*"(?P<description>[^"]+)",\s*'
|
||||||
r'"fingerprint":\s*"(?P<fingerprint>[^"]+)",\s*'
|
r'"fingerprint":\s*"(?P<fingerprint>[^"]+)",\s*'
|
||||||
r'"location":\s*\{\s*"path":\s*"(?P<path>[^"]+)".+?'
|
r'"location":\s*\{\s*"path":\s*"(?P<path>[^"]+)".+?'
|
||||||
r'"line[s]?":.+?(?P<line>\d+).*?\}}'
|
r'"line[s]?":.+?(?P<line>\d+).*?\}},'
|
||||||
r'(?:,\s"content":\s\{"body":\s"(?P<body>.+?)")?'
|
r'(?:\s"content":\s\{"body":\s"(?P<body>.+?)")?'
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user