File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 1010* Add [ ` Foodcritic ` ] ( http://www.foodcritic.io/ ) pre-commit hook
1111* Fix ` CapitalizedSubject ` to not fail when commit message starts with one or
1212 more empty lines
13+ * Add ` LineEndings ` pre-commit hook that allows you to enforcing UNIX- or
14+ Windows-style line endings
1315
1416## 0.36.0
1517
Original file line number Diff line number Diff line change @@ -505,6 +505,7 @@ issue](https://github.com/brigade/overcommit/issues/238) for more details.
505505* [Jsl](lib/overcommit/hook/pre_commit/jsl.rb)
506506* [JsonSyntax](lib/overcommit/hook/pre_commit/json_syntax.rb)
507507* [LicenseHeader](lib/overcommit/hook/pre_commit/license_header.rb)
508+ * [LineEndings](lib/overcommit/hook/pre_commit/line_endings.rb)
508509* [LocalPathsInGemfile](lib/overcommit/hook/pre_commit/local_paths_in_gemfile.rb)
509510* [Mdl](lib/overcommit/hook/pre_commit/mdl.rb)
510511* [`*`MergeConflicts](lib/overcommit/hook/pre_commit/merge_conflicts.rb)
You can’t perform that action at this time.
0 commit comments