Skip to content

Commit f131d2b

Browse files
committed
put FILTER_REGEX_EXCLUDE back the way it was
1 parent 426f265 commit f131d2b

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

.github/workflows/superlinter.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,7 @@ jobs:
2424
uses: super-linter/super-linter@v8.3.1
2525
env:
2626
DEFAULT_BRANCH: ${{ env.branchname }}
27-
FILTER_REGEX_EXCLUDE: |
28-
.*sh|.git/.*
29-
.*Doc/Images/.*
30-
.*Tests/.*/Logs/.*
31-
.*Tests/.*/testdata/.*
32-
.*Tests/Demo/.*
27+
FILTER_REGEX_EXCLUDE: (.*github/workspace.*|.*sh|.git/.*|.*Doc/Images/.*|.*Tests/.*/Logs/.*|.*Tests/.*/testdata/.*|.*Tests/Demo/.*)
3328
VALIDATE_PYTHON_BLACK: false
3429
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3530
VALIDATE_CSS: false
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"Agent" : {
3-
"agentname" : "JSONAgent",
4-
"agentdir" : "/tmp/rfswarmagent",
5-
"xmlmode" : false,
6-
"excludelibraries" : "BuiltIn,String,OperatingSystem,perftest",
7-
"properties" : null,
8-
"swarmmanager" : "http://jsonmanager:8002/",
9-
"robotcmd" : "robot"
3+
"agentname": "JSONAgent",
4+
"agentdir": "/tmp/rfswarmagent",
5+
"xmlmode": false,
6+
"excludelibraries": "BuiltIn,String,OperatingSystem,perftest",
7+
"properties": null,
8+
"swarmmanager": "http://jsonmanager:8002/",
9+
"robotcmd": "robot"
1010
}
1111
}

0 commit comments

Comments
 (0)