Skip to content

Commit c020a02

Browse files
committed
Update documentation with LineEndings pre-commit hook
1 parent 9101f32 commit c020a02

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)