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 ebd5e14 commit d9c3780Copy full SHA for d9c3780
stackmuncher_lib/stm_rules/file_types/yml.json
@@ -25,6 +25,12 @@
25
"in_path": [
26
"travis\\.yml$"
27
]
28
+ },
29
+ {
30
+ "muncher": "cicd.github.yml",
31
+ "in_path": [
32
+ "\\.github/workflows/.+\\.yml$"
33
+ ]
34
}
35
36
stackmuncher_lib/stm_rules/munchers/cicd.github.yml.json
@@ -0,0 +1,15 @@
1
+{
2
+ "$schema": "https://raw.githubusercontent.com/stackmuncher/stm_app/master/stackmuncher_lib/stm_rules/schemas/muncher.json",
3
+ "line_endings": "unix",
4
+ "language": "GitHubCICD",
5
+ "line_comments": [
6
+ "^[[:blank:]]*#.{5,}"
7
+ ],
8
+ "inline_comments": [
9
+ "[.[^#\\s]]+[[:blank:]]+#.{5,}"
10
11
+ "bracket_only": [
12
+ "^[[:blank:]]*[{}\\[\\]\\(\\)][[:blank:];,)]*$",
13
+ "^[[:blank:]]*#[[:blank:]]*.{0,5}$"
14
15
+}
0 commit comments