mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-13 16:32:30 -05:00
Remove frequently unnecessary shellcheck warning about expanding single quotes
This commit is contained in:
parent
57402031c4
commit
9aa37f4981
1 changed files with 1 additions and 0 deletions
|
@ -182,6 +182,7 @@ scriptencoding utf-8
|
||||||
\ '.*method does not override or implement a method from a supertype.*',
|
\ '.*method does not override or implement a method from a supertype.*',
|
||||||
\ '.*fatal error:[^:]*: No such file or directory.*',
|
\ '.*fatal error:[^:]*: No such file or directory.*',
|
||||||
\ '.*line too long.*',
|
\ '.*line too long.*',
|
||||||
|
\ 'Expressions don.t expand in single quotes, use double quotes for that\. \[SC2016\]',
|
||||||
\ 'trailing whitespace \[W291\]',
|
\ 'trailing whitespace \[W291\]',
|
||||||
\ 'blank line contains whitespace \[W293\]'
|
\ 'blank line contains whitespace \[W293\]'
|
||||||
\ ]}
|
\ ]}
|
||||||
|
|
Loading…
Reference in a new issue