All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- None.
- None.
- None.
- None.
- None.
- None.
- 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
- Replaced
lint_fail_level
configuration option withstrict
command line argument. Specify--strict
or-s
if you want the tool to fail on warnings.
- Updated project to use URLs instead of String paths.
Issue: #35 | PR: #33 | Author: Andrés Cecilia Luque