Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

v0.3.0

Latest
Compare
Choose a tag to compare
@norech norech released this 26 Apr 12:08
· 6 commits to master since this release
af5fde0
  • added --cs-2020 and --cs-2021 to specify a version of the coding style in which detect faults
  • made F4 detection trigger at 19 lines on CS2021 and at 20 lines on CS2020
  • added --strict and moved H3 detection to CS2020 strict
  • improved .gitignore scan by using git
  • improved L3 detection when newlines are present
  • added detection of G2 (CS2020 and CS2021)
  • added detection of G1 and F3 in Makefile (CS2021)