mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Remove shellcheck warning about unused varaibles
This commit is contained in:
parent
8ab585900c
commit
22d3d0b083
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.*',
|
||||
\ '.*fatal error:[^:]*: No such file or directory.*',
|
||||
\ '.*line too long.*',
|
||||
\ '.*appears unused\. Verify it or export it\. \[SC2034\]',
|
||||
\ 'Expressions don.t expand in single quotes, use double quotes for that\. \[SC2016\]',
|
||||
\ 'Shebang (#!) missing\. Assuming Bash\. \[SC2148\]',
|
||||
\ 'trailing whitespace \[W291\]',
|
||||
|
|
Loading…
Reference in a new issue