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 319aa81 commit bc57ea1Copy full SHA for bc57ea1
.shellcheckrc
@@ -0,0 +1,8 @@
1
+# Add the script directory to the search path for source statements
2
+source-path=SCRIPTDIR
3
+
4
+# Enable all optional checks
5
+enable=all
6
7
+# Disable the require-variable-braces check
8
+disable=SC2250
.vscode/settings.json
@@ -1,5 +1,10 @@
{
// Important to disable for EditorConfig to apply correctly
// See: https://github.com/editorconfig/editorconfig-vscode/issues/153
- "files.trimTrailingWhitespace": false
+ "files.trimTrailingWhitespace": false,
+ // File paths to language mappings
+ "files.associations": {
+ ".shellcheckrc": "properties"
9
+ }
10
}
0 commit comments