File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed
Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 1212 "problemMatcher" : [],
1313 "runOptions" : {
1414 "runOn" : " default"
15- },
15+ }
1616 }
1717 ]
1818}
You can’t perform that action at this time.
0 commit comments