aboutsummaryrefslogtreecommitdiff
path: root/test/lint/lint-shell.py
AgeCommit message (Collapse)Author
2023-01-18scripted-diff: Use new python 3.7 keywordsMarcoFalke
-BEGIN VERIFY SCRIPT- sed -i 's/universal_newlines/text/g' $(git grep -l universal_newlines) -END VERIFY SCRIPT-
2022-06-15refactor: cleanups post unsubtree'ing univaluefanquake
Mostly changes to remove src/univalue exceptions from the various linters, and the required code changes to make them happy. As well as minor doc changes.
2022-05-05test: port 'lint-shell.sh' to pythonwhiteh0rse