We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f777eb3 commit a2ab659Copy full SHA for a2ab659
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Overcommit Changelog
2
3
+## 0.59.1
4
+
5
+* Remove `--disable-pending-cops` as default flag to `RuboCop` pre-commit hook.
6
+* Remove special handling of process output on Windows since it broke on Linux.
7
8
## 0.59.0
9
10
* Add `--disable-pending-cops` as default flag to `RuboCop` pre-commit hook to ignore non-existent cops. Requires RuboCop `0.82.0` or newer.
lib/overcommit/version.rb
@@ -2,5 +2,5 @@
# Defines the gem version.
module Overcommit
- VERSION = '0.59.0'
+ VERSION = '0.59.1'
end
0 commit comments