mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Remove another shellcheck error regarding a missing shebang
This commit is contained in:
parent
9aa37f4981
commit
8ab585900c
1 changed files with 1 additions and 0 deletions
|
@ -183,6 +183,7 @@ scriptencoding utf-8
|
|||
\ '.*fatal error:[^:]*: No such file or directory.*',
|
||||
\ '.*line too long.*',
|
||||
\ 'Expressions don.t expand in single quotes, use double quotes for that\. \[SC2016\]',
|
||||
\ 'Shebang (#!) missing\. Assuming Bash\. \[SC2148\]',
|
||||
\ 'trailing whitespace \[W291\]',
|
||||
\ 'blank line contains whitespace \[W293\]'
|
||||
\ ]}
|
||||
|
|
Loading…
Reference in a new issue