script: Enable SC2006 rule for Gitian scripts

This commit is contained in:
Hennadii Stepanov
2019-11-03 21:39:19 +02:00
parent 14aded46df
commit 577682d9e8
6 changed files with 23 additions and 24 deletions

View File

@ -24,7 +24,6 @@ disabled=(
)
disabled_gitian=(
SC2001 # See if you can use ${variable//search/replace} instead.
SC2006 # Use $(...) notation instead of legacy backticked `...`.
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.
SC2155 # Declare and assign separately to avoid masking return values.