Skip to content

Overcommit 0.37.0

Compare
Choose a tag to compare
@sds sds released this 14 Oct 07:24
· 367 commits to main since this release
322523c

New Features

  • Add FixMe pre-commit hook, to ensure that no "token" words slips through.
    These strings are things you should fix now, not later
  • Add YAMLLint pre-commit hook
  • Add LicenseHeader pre-commit enforcement to ensure open source projects
    contain proper license comments
  • Add Foodcritic pre-commit hook
  • Add LineEndings pre-commit hook that allows you to enforcing UNIX- or
    Windows-style line endings

Bug Fixes

  • Fix CapitalizedSubject to not fail when commit message starts with one or
    more empty lines