Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-02 | doc: Correct spelling errors in comments | Ben Woosley | |
And ci script output. Identified via test/lint/lint-spelling | |||
2019-11-27 | script: Enable SC2001 rule for Gitian scripts | Hennadii Stepanov | |
2019-11-27 | script: Enable SC2155 rule for Gitian scripts | Hennadii Stepanov | |
Also pwd command is replaced with $PWD variable everywhere for consistency. | |||
2019-11-06 | script: Enable SC2006 rule for Gitian scripts | Hennadii Stepanov | |
2019-11-06 | script: Lint Gitian descriptors with ShellCheck | Hennadii Stepanov | |
2019-07-04 | Enable ShellCheck rules | Hennadii Stepanov | |
Enabled ShellCheck rules: SC1087 SC2001 SC2004 SC2005 SC2006 SC2016 SC2028 SC2048 SC2066 (note that IFS already contains only a line feed) SC2116 SC2166 SC2181 SC2206 SC2207 SC2230 SC2236 | |||
2019-01-16 | Remove no longer needed shellcheck suppressions | practicalswift | |
2019-01-16 | Remove repeated suppression. Fix indentation. | practicalswift | |
2019-01-14 | refactor/lint: Add ignored suggestions to an array | Vidar Holen | |
This avoids duplicating the codes between command and comments. | |||
2019-01-14 | qa: Ignore shellcheck warning SC2236 | João Barbosa | |
With shellcheck 0.6.0 the warning `SC2236 - Use -n instead of ! -z` is raised. This change adds that warning to the ignored list. | |||
2018-08-31 | macOS fix: Add excludes for checks added in the newer shellcheck version ↵ | practicalswift | |
installed by brew | |||
2018-08-02 | fix locale for lint-shell | Julian Fleischer | |
2018-06-20 | Obsolete #!/bin/bash shebang | DesWurstes | |
2018-06-14 | Add "export LC_ALL=C" to all shell scripts | practicalswift | |
2018-05-24 | test: Move linters to test/lint, add readme | MarcoFalke | |