This repository has been archived by the owner on Mar 10, 2022. It is now read-only.
Releases: JamitLabs/ProjLint
Releases · JamitLabs/ProjLint
0.3.0
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 withstrict
command line argument. Specify--strict
or-s
if you want the tool to fail on warnings.
Fixed
- Updated project to use URLs instead of String paths.
Issue: #35 | PR: #33 | Author: Andrés Cecilia Luque