All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.0.5 2023-06-13
- Moved development dependencies out of gemspec
- rubocop to 1.52.1
- rubocop-shopify to 2.14
- standard-custom to 1.0.1
- standard-rubocop-lts to 1.0.7
- version_gem to 1.1.3
- rubocop/rails.yml config
- betterlint integration
- standard-rails integration
- bin/pry now pre-loads this library
2.0.4 2023-06-05
- Dependencies
- yard-junk
- redcarpet
- pry, IRB alternative
- pry-suite
- debase, for IDE debugging
- Some rules should ignore specs/tests
- Style/MethodCallWithArgsParentheses
- Style/ClassAndModuleChildren
yard
documentation task
- Added Include to inherit_mode: merge
- Updated dependency on standard-rubocop-lts
2.0.3 2023-05-22
- install_tasks and Railtie loading of rake tasks
- tasks.rake => tasks.rb
2.0.2 2023-05-21
- Ship rake tasks in gem package
2.0.1 2023-05-19
- Fix rake_tasks hook on Railtie
2.0.0 2023-05-17 [YANKED]
- Configs for:
- rubocop
- rubocop-gradual
- rubocop-md
- rubocop-rake
- rubocop-shopify
- rubocop-thread_safety
- standard
- standard-performance
- standard-custom
- standard-rubocop-lts
- And optionally, if you are using RSpec:
- rubocop-rspec
- And optionally, if you are building a RubyGem:
- rubocop-packaging
- And optionally, if you are building a Rails app:
- betterlint
- standard-rails
- version_gem
- Support for Ruby <= 2.6. Minimum Ruby Version is now 2.7
1.1.0 2023-02-01
- More Linting Rules
- Improved Rakefile for YARD docs
- Updated Ruby Version Support in Readme
- Improved development and versioning policy documentation
- Documentation of Three Guarantees:
rubocop-ruby2_6
(this gem) will install a version ofrubocop
which will install on (1), run on (2), and analyze code (3) intended to support any version of Ruby >= 2.6.
- Upgraded to RuboCop v1.44.1
- Compatible with rubocop-packaging ~> 0.5.2
- Rubocop => RuboCop typo repair in documentation
- Minimum code coverage == 100%
1.0.7 2022-06-08
- Update to rubocop 1.30.1
- Removed test_files from gemspec
- Add binstubs for bundle, rake, rspec, and rubocop
1.0.6 2022-06-05
- Update to rubocop 1.30.0
1.0.5 2022-05-23
- Update to rubocop 1.29.1
1.0.4 2022-05-23
- Rubocop => RuboCop typo repair
- Ruby Version Support Matrix
- Improved documentation
1.0.3 2022-05-03
- Added missing rubocop.yml for inherit_gem directive
1.0.2 2022-05-02
- Documentation
1.0.1 2022-05-01
- Ruby version requirement fixed to 2.6
1.0.0 yanked
- Initial release (yanked)