We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a98d948 commit 2e7077aCopy full SHA for 2e7077a
CHANGELOG.md
@@ -5,6 +5,8 @@
5
* Add support for glob patterns to `ProtectedBranches` pre-push hook
6
* Add `Mdl` pre-commit hook to run
7
[`mdl`](https://github.com/mivok/markdownlint) on Markdown files
8
+* Add `--without-color` flag to `RailsBestPractices` pre-commit hook
9
+ to fix parsing issues due to color escape sequences
10
11
## 0.30.0
12
config/default.yml
@@ -399,6 +399,7 @@ PreCommit:
399
enabled: false
400
description: 'Analyzing with RailsBestPractices'
401
required_executable: 'rails_best_practices'
402
+ flags: ['--without-color']
403
install_command: 'gem install rails_best_practices'
404
405
RailsSchemaUpToDate:
0 commit comments