script: Enable SC2001 rule for Gitian scripts

This commit is contained in:
Hennadii Stepanov
2019-11-03 22:32:50 +02:00
parent 61bb21b418
commit 17f81e9648
5 changed files with 6 additions and 5 deletions

View File

@ -23,7 +23,6 @@ disabled=(
SC2162 # read without -r will mangle backslashes.
)
disabled_gitian=(
SC2001 # See if you can use ${variable//search/replace} instead.
SC2094 # Make sure not to read and write the same file in the same pipeline.
SC2129 # Consider using { cmd1; cmd2; } >> file instead of individual redirects.
SC2230 # which is non-standard. Use builtin 'command -v' instead.