@@ -28,23 +28,26 @@ instead prefer editing the configuration by hand you can get to that by editing
28
28
` ~/.atom/config.cson ` (choose Open Your Config in Atom menu). The settings
29
29
available are:
30
30
31
- * ` shellcheckExecutablePath ` : The full path to the ` shellcheck ` executable.
32
- Run ` which shellcheck ` to find where it is installed on your system.
33
-
34
- * ` userParameters ` : Any additional executable parameters to pass to
35
- ` shellcheck ` when linting your files.
36
-
37
- * ` enableNotice ` : Include lesser-importance ShellCheck messages
38
- (default: false).
39
-
40
- * ` useProjectCwd ` : Controls whether the paths used by ShellCheck's
41
- [ ` source= ` ] ( https://github.com/koalaman/shellcheck/wiki/Directive#source )
42
- directive are relative to the project root or the file (default: false, for file-relative)
43
- * If true, ShellCheck's working directory
44
- will be the project's root directory. Any ` source= ` directives will be
45
- interpreted relative to the project root.
46
- * Otherwise, ShellCheck will run relative to the file's directory,
47
- making ` source= ` directives file-relative.
31
+ - ` shellcheckExecutablePath ` : The full path to the ` shellcheck ` executable.
32
+ Run ` which shellcheck ` to find where it is installed on your system.
33
+
34
+ - ` userParameters ` : Any additional executable parameters to pass to
35
+ ` shellcheck ` when linting your files.
36
+
37
+ - ` enableNotice ` : Include lesser-importance ShellCheck messages
38
+ (default: false).
39
+
40
+ - ` useProjectCwd ` : Controls whether the paths used by ShellCheck's
41
+ [ ` source= ` ] ( https://github.com/koalaman/shellcheck/wiki/Directive#source )
42
+ directive are relative to the project root or the file (default: false, for
43
+ file-relative)
44
+
45
+ - If true, ShellCheck's working directory
46
+ will be the project's root directory. Any ` source= ` directives will be
47
+ interpreted relative to the project root.
48
+
49
+ - Otherwise, ShellCheck will run relative to the file's directory,
50
+ making ` source= ` directives file-relative.
48
51
49
52
[ linter ] : https://github.com/atom-community/linter " Linter "
50
53
[ shellcheck ] : https://github.com/koalaman/shellcheck " ShellCheck "
0 commit comments