All Versions
94
Latest Version
Avg Release Cycle
57 days
Latest Release
-

Changelog History
Page 8

  • v0.4.1 Changes

    • โœ‚ Remove RestrictedPaths pre-commit check
  • v0.4.0 Changes

    • โž• Added pre-commit check that optimizes images with image_optim
    • Don't include submodules in the list of modified files
  • v0.3.2 Changes

    • ๐Ÿ›  Fix bug where .rubocop.yml would not be found in present working directory
  • v0.3.1 Changes

    • ๐Ÿ”ง Use per-file .rubocop.yml configuration for staged files
  • v0.3.0 Changes

    • โž• Added Gemfile.lock/bundler checking
    • โž• Added --no-ext-diff option to git diff
    • ๐Ÿ”ฆ Exposed StagedFile#original_path
  • v0.2.6 Changes

    • โž• Added check for linting HAML files with haml-lint
  • v0.2.5 Changes

    • ๐Ÿ’… Don't use --silent flag with rubocop for Ruby style check (allows upgrade to Rubocop 0.12.0)
  • v0.2.4 Changes

    • โฌ‡๏ธ Teach scss-lint check to downgrade lints on untouched lines as warnings
  • v0.2.3 Changes

    • ๐Ÿ›  Fix "Too many open files" error for very large commits
    • ๐Ÿ‘‰ Make StagedFile tempfile creation lazy - should speed up some checks
    • โž• Address rare cross-platform compatibility issue by replacing a which call with a pure Ruby equivalent
    • ๐Ÿ›  Fix CoffeeScript linter path processing
  • v0.2.2 Changes

    • ๐Ÿ‘ Allow specifying multiple file types for checks and syntax check rake files
    • ๐Ÿ›  Fix bug where checks which returned lists of lines would output incorrectly
    • ๐Ÿ‘ Indent check output lines to nest under check name for better readability