Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |