dash/test/lint
MarcoFalke 7de10e4737
Merge #12284: Remove assigned but never used local variables. Enable Travis checking for unused local variables.
ea04bf7862 Enable flake8 warning F841 ("local variable 'foo' is assigned to but never used") (practicalswift)
169f3e8637 Remove assigned but never used local variables (practicalswift)

Pull request description:

  Remove assigned but never used local variables. Enable Travis checking for unused local variables.

Tree-SHA512: d6052ec9044c5d1f03d874ea3c8addd5a156779213ef9200f89d3ae53230f2fd1691aff405c3dae14178e5ef09912c4432e92f606ef4a5220ed9daa140cdee81
2020-10-26 20:35:28 -04:00
..
check-doc.py Merge #13281: test: Move linters to test/lint, add readme 2020-07-29 10:59:04 -05:00
check-rpc-mappings.py Merge #13281: test: Move linters to test/lint, add readme 2020-07-29 10:59:04 -05:00
commit-script-check.sh Merge #13281: test: Move linters to test/lint, add readme 2020-07-29 10:59:04 -05:00
git-subtree-check.sh Make shellcheck happy 2020-07-29 11:20:12 -05:00
lint-all.sh Merge #13281: test: Move linters to test/lint, add readme 2020-07-29 10:59:04 -05:00
lint-filenames.sh Merge #13496: Test: Harden lint-filenames.sh 2020-07-08 18:32:04 -05:00
lint-format-strings.py Update lint-format-strings.py 2020-07-29 11:05:06 -05:00
lint-format-strings.sh Fix warnings introduced in shellcheck v0.6.0 (Partial Merge: #15166) 2020-07-29 11:02:55 -05:00
lint-include-guards.sh Merge #13281: test: Move linters to test/lint, add readme 2020-07-29 10:59:04 -05:00
lint-includes.sh test: Add boost/signals2/connection.hpp to lint-inlcudes.sh 2020-10-14 12:10:11 +01:00
lint-locale-dependence.sh Update lint-locale-dependence.sh 2020-07-29 11:06:10 -05:00
lint-logs.sh Merge #13281: test: Move linters to test/lint, add readme 2020-07-29 10:59:04 -05:00
lint-python-shebang.sh Merge #13281: test: Move linters to test/lint, add readme 2020-07-29 10:59:04 -05:00
lint-python-utf8-encoding.sh Merge #13494: Follow-up to #13454: Fix broken build by exporting LC_ALL=C 2020-07-28 21:35:31 -05:00
lint-python.sh Merge #12284: Remove assigned but never used local variables. Enable Travis checking for unused local variables. 2020-10-26 20:35:28 -04:00
lint-shell-locale.sh Merge #14115: lint: Make all linters work under the default macOS dev environment (build-osx.md) 2020-07-29 10:59:39 -05:00
lint-shell.sh Merge #14115: lint: Make all linters work under the default macOS dev environment (build-osx.md) 2020-07-29 10:59:39 -05:00
lint-tests.sh Merge #13281: test: Move linters to test/lint, add readme 2020-07-29 10:59:04 -05:00
lint-whitespace.sh Fix warnings introduced in shellcheck v0.6.0 (Partial Merge: #15166) 2020-07-29 11:02:55 -05:00
README.md Merge #13281: test: Move linters to test/lint, add readme 2020-07-29 10:59:04 -05:00

This folder contains lint scripts.

check-doc.py

Check for missing documentation of command line options.

commit-script-check.sh

Verification of scripted diffs.

git-subtree-check.sh

Run this script from the root of the repository to verify that a subtree matches the contents of the commit it claims to have been updated to.

To use, make sure that you have fetched the upstream repository branch in which the subtree is maintained:

Usage: git-subtree-check.sh DIR (COMMIT)

COMMIT may be omitted, in which case HEAD is used.

lint-all.sh

Calls other scripts with the lint- prefix.