mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
script: Enable SC2006 rule for Gitian scripts
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user