Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Releases: JamitLabs/ProjLint

0.3.0

11 Sep 04:46
Compare
Choose a tag to compare

Added

  • Make the rule File Content Regex print the offending lines.
    Issue: #31 | PR: #32 | Author: Andrés Cecilia Luque
  • Added the allowed_paths_regex subrule under the file existance rule. Now it is possible to specify the allowed paths in a project by using multiple regexes.
    Issues: #16, #20 | PR: #34 | Author: Andrés Cecilia Luque

Changed

  • Replaced lint_fail_level configuration option with strict command line argument. Specify --strict or -s if you want the tool to fail on warnings.

Fixed