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

Latest commit

 

History

History
30 lines (27 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

30 lines (27 loc) · 1.46 KB

Changelog

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.

[Unreleased]

Added

  • None.

Changed

  • None.

Deprecated

  • None.

Removed

  • None.

Fixed

  • None.

Security

  • None.

[0.3.0] - 2019-09-11

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