summaryrefslogtreecommitdiff
path: root/check
AgeCommit message (Expand)AuthorFilesLines
2021-04-09check: Update to use subplot binaryDaniel Silverstone1-4/+6
2021-03-11test: add a --strict option to ./check to forbid compiler warningsLars Wirzenius1-3/+11
2021-02-18refactor: rewrite check in Python as check.pyLars Wirzenius1-113/+284
2021-01-10check: Cope with non-embedded resources by passing --resources to docgenDaniel Silverstone1-1/+1
2021-01-10resources: Move lib/* to share/python/lib/Daniel Silverstone1-2/+2
2021-01-10resources: Rearrange share/ structure ready for lib importDaniel Silverstone1-3/+3
2021-01-10resource: Switch from 'templates' to 'share'Daniel Silverstone1-4/+4
2020-12-21check: Check subplotlibDaniel Silverstone1-3/+24
2020-12-20test: run test program with --log, if PythonLars Wirzenius1-2/+9
2020-12-10check: Use cargo fmt instead of rustfmt directlyDaniel Silverstone1-1/+1
2020-12-02test: use shellcheck to check most shell codeLars Wirzenius1-1/+7
2020-10-05test: lint lib/*.py in ./checkLars Wirzenius1-1/+1
2020-09-23test: verify lib/ subplots as wellLars Wirzenius1-1/+1
2020-09-04test(check): run unit tests, flake8 on Python template helpersLars Wirzenius1-0/+15
2020-08-19fix: check to not treat CONTRIBUTING.md as a subplotLars Wirzenius1-1/+1
2020-05-16test: check that all Python code is formatted with blackLars Wirzenius1-0/+6
2020-05-02Change: ./check to be quiet by defaultLars Wirzenius1-7/+30
2020-01-12Change: make ./check be more verbose and also build all targetsLars Wirzenius1-2/+3
2020-01-12Add: explicit OK message to end of checkLars Wirzenius1-0/+2
2020-01-10Fix: check only runs clippy if it's availableLars Wirzenius1-1/+4
2020-01-10Change: run ./check in Debian package buildLars Wirzenius1-1/+4
2020-01-10Change: format docs in ./checkLars Wirzenius1-8/+12
2020-01-10Add: script to test all examplesLars Wirzenius1-0/+22