Skip to content

Commit

Permalink
Fix shlex.split comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kaste committed Jul 16, 2018
1 parent 10c1974 commit cf30430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SublimeLinter.sublime-settings
Expand Up @@ -68,7 +68,7 @@
// or an 'array'. If set to a string, we 'shlex.split' it*.
// E.g. '--ignore D112' or ['--config', './.config/foo.ini']
//
// * Note that 'shlex' does not work for paths on Windows atm.
// * Note: Use proper quoting around paths esp. on Windows!
"args": [],

// Path to the executable to be used. Either a 'string' or an
Expand Down

0 comments on commit cf30430

Please sign in to comment.