summaryrefslogtreecommitdiffstats
path: root/config.mk (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-24Fix output and note which test cases are used to test each warningMattias Andrée3-3/+26
2022-01-24Add more test casesMattias Andrée4-0/+11
2022-01-18test: print symbol names to exit codesMattias Andrée1-2/+13
2022-01-18-m test: fail if there is an error during execution or at end if there one or more of the tests failedMattias Andrée1-0/+4
2022-01-18test: add missing quotes, allow : in extra options, use printf instead of echo, print to stderr and not stdout, and some style changesMattias Andrée1-15/+19
2022-01-18Do not run check by defaultMattias Andrée1-1/+1
2022-01-18Implemented a simple test suiteThomas Oltmann7-2/+44
2022-01-07Fixed line continuation checks.Thomas Oltmann2-3/+4
2022-01-05Use c99 instead of nonportable cc -std=c99Mattias Andrée1-2/+2
2022-01-04Add todos for commentsMattias Andrée1-1/+10
2022-01-04Remove unused files from .gitignore and make cleanMattias Andrée2-7/+1
2022-01-04Replace dependency on libsimple with boilerplate codeMattias Andrée6-7/+133
2022-01-04Rename to makelMattias Andrée3-10/+10
2022-01-04don't print argv0NRK1-2/+2
2022-01-04miscMattias Andrée3-8/+64
2022-01-02Remove unnecessary bracketsMattias Andrée1-2/+2
2022-01-01Lint line continuation and whitespace issuesMattias Andrée4-9/+220
2022-01-01Move some functions into makefile.cMattias Andrée4-87/+96
2022-01-01Fix replacement character insertion for invalid UTF-8Mattias Andrée1-1/+2
2022-01-01Validate UTF-8 encoding and check for long linesMattias Andrée7-97/+199
2022-01-01Change [warn] to [warning]Mattias Andrée1-1/+1
2022-01-01improve WC_EXTRA_MAKEFILE warningNRK1-3/+4
2022-01-01Rename to mklint to avoid confusion with pre-existing tool with opposite goalMattias Andrée3-10/+10
2021-12-31mMattias Andrée1-1/+1