Skip to content

Tags: Tomcc/acpplinter

Tags

0.7.2

Toggle 0.7.2's commit message
tried to fix slow startup time, but the slowness happens even before …

…main. So here are some random cleanups

0.7.1

Toggle 0.7.1's commit message
Failing to parse the JSON now returns a failure code correctly

0.7

Toggle 0.7's commit message
significantly sped up by combining "or" regexes in one

0.6

Toggle 0.6's commit message
Fixed ALL the string escaping bugs. Ok, not all but at least all I co…

…uld find

0.5

Toggle 0.5's commit message
turns out you can just grab the version for Clap from Cargo! cool. Al…

…so, upgraded version to the correct tag

0.4

Toggle 0.4's commit message
Added `expected_fails` test property to assert that a test fails (a r…

…egex matches) a given number of times. Also made the linter kinda faster by not checking paths for every line for every test...

0.3

Toggle 0.3's commit message
oops, an issue with escape chars made some files being completely inv…

…isible

0.2

Toggle 0.2's commit message
add "exclude_paths" feature to enable a rule everywhere except in som…

…e given paths

0.1

Toggle 0.1's commit message
added a new Test property to restrict linting to a subfolder, refacto…

…red uses of String as Path, replaced all