Skip to content

Commit bf9f303

Browse files
author
Vianpyro
committed
Fix formatting in Super-Linter and VSCode configuration files
1 parent cfec80c commit bf9f303

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

.github/workflows/super-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
VALIDATE_ALL_CODEBASE: false
33-
FILTER_REGEX_EXCLUDE: "(.devcontainer/Dockerfile|.github/pull_request_template.md|.github/ISSUE_TEMPLATE/*.md)"
33+
FILTER_REGEX_EXCLUDE: '(.devcontainer/Dockerfile|.github/pull_request_template.md|.github/ISSUE_TEMPLATE/*.md)'
3434

3535
fix-lint:
3636
name: Fix Lint

.vscode/settings.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
{
2-
"editor.rulers": [
3-
100
4-
],
2+
"editor.rulers": [100],
53
"editor.tabSize": 4,
64
"editor.insertSpaces": true,
75
"editor.formatOnSave": true,
86
"files.insertFinalNewline": true,
97
"files.trimFinalNewlines": true,
108
"files.trimTrailingWhitespace": true,
119
"triggerTaskOnSave.tasks": {
12-
"Lint SQL File": [
13-
"**/*.sql"
14-
]
15-
},
10+
"Lint SQL File": ["**/*.sql"]
11+
}
1612
}

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"problemMatcher": [],
1313
"runOptions": {
1414
"runOn": "default"
15-
},
15+
}
1616
}
1717
]
1818
}

0 commit comments

Comments
 (0)