We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e0c90 commit 537e014Copy full SHA for 537e014
.github/cfn-lint.json
@@ -4,9 +4,26 @@
4
"owner": "cfn-lint",
5
"pattern": [
6
{
7
- "regexp": "^([EWI](\\d{4}))\\s(.+)$",
8
- "code": 1,
9
- "message": 3
+ "regexp": "^(([E](\\d{4}))\\s(.+))$",
+ "message": 1,
+ "code": 3
10
+ },
11
+ {
12
+ "regexp": "^(\\S+):(\\d+):(\\d+)$",
13
+ "file": 1,
14
+ "line": 2,
15
+ "column": 3
16
+ }
17
+ ]
18
19
20
+ "owner": "cfn-lint-warnings",
21
+ "severity": "warning",
22
+ "pattern": [
23
24
+ "regexp": "^(([WI](\\d{4}))\\s(.+))$",
25
26
27
},
28
29
"regexp": "^(\\S+):(\\d+):(\\d+)$",
0 commit comments