Changes:
- Push Rucocop past version 0.9.0 to escape know frozen string literal bug
Changes:
- Lock down gem dependencies due to API changes
- Added additional generators for editor, browser & eslint configs
Changes:
- Adds
BUNDLE_AUDIT_IGNORE
ENVAR to support ignoring specific CVE's
Documentation:
- Updated README with
BUNDLE_AUDIT_IGNORE
section
Changes:
- Adds ESLint support with ES6 capabilities and AirBnB rules
Documentation:
- Updated README with
Application Setup
section for updating and installing the gem - Updated README with
Local Developer Setup
section all developers - Change README to reference only rake tasks
Bugfixes:
- Fix boot check
Bugfixes:
- Fix bash command
Changes:
- Changed
Style/BlockLength
toMetrics
- Added CHANGELOG.md
- Added post install message for gem for developers and gem maintainers
Bugfixes:
- Fix issue running
rails g pre_commit
. Changed validation class to post a warning rather than raise an error - Fix issue with VCR cassettes being flagged by linter. All spec .yml files are now ignored
Documentation:
- Updated README with
Application Setup
section for updating and installing the gem - Updated README with
Local Developer Setup
section all developers - Change README to reference only rake tasks