aboutsummaryrefslogtreecommitdiff
path: root/.travis/lint_04_install.sh
AgeCommit message (Collapse)Author
2019-06-11Fix spelling errors identified by codespell 1.15.0Ben Woosley
After this commit, the only remaining output is: $ test/lint/lint-spelling.sh src/test/base32_tests.cpp:14: fo ==> of, for src/test/base64_tests.cpp:14: fo ==> of, for ^ Warning: codespell identified likely spelling errors. Any false positives? Add them to the list of ignored words in test/lint/lint-spelling.ignore-words.txt Note: * I ignore several valid alternative spellings * homogenous is present in tinyformat, hence should be addressed upstream * process' is correct only if there are plural processes
2019-01-16Pin shellcheck version to v0.6.0practicalswift
2018-11-07tests: Add Python dead code linter (vulture)practicalswift
2018-10-16build: Pin to specific versions of Python packages we install from PyPI in ↵practicalswift
Travis
2018-10-03travis: set codespell version to avoid breakageMarcoFalke
2018-09-04lint: Add spell check linter (codespell)practicalswift
2018-08-27move remaining travis build steps into individual filesJulian Fleischer