Sha256: 9745f1d7e0e6f54aea357733773a8bf5d839b8bb923d8bede182bb148ad8bb00
Contents?: true
Size: 1.46 KB
Versions: 1
Compression:
Stored size: 1.46 KB
Contents
# RuboCop Infinum Change Log ## 0.9.1 (Oct 24th 2024) - Resolved deprecated usage of `RuboCop::Cop::Cop` and updated cops to use new rubocop API (PR[#22](https://github.com/infinum/rubocop-infinum/pull/22) @PetarCurkovic) ## 0.9.0 (Oct 7th 2024) - "Cop#corrections is deprecated" warning fixed ([PR#21](https://github.com/infinum/rubocop-infinum/pull/21) tnx @unavailabl3) ## 0.8.0 (May 11th, 2022) - Remove TargetRubyVersion from rubocop yml template (@cilim) ## 0.7.0 (Apr 28th, 2022) - Rename Layout/LineLength IgnoredPatterns to AllowedPatterns (@vlakre) ## 0.6.0 (Feb 18th, 2022) - Create FactoryBotAssociation cop (@Benaaaaa) - Fix issue with second optional parameter and refactor attribute_default_block_value cop (@Benaaaaa) ## 0.5.1 (Sep 16th, 2021) - Enforce separated accessor grouping (@d4be4st) ## 0.5.0 (Aug 25th, 2021) - Add rubocop-performance (@PetarCurkovic) ## 0.4.0 (Aug 20th, 2021) - Rename config file to rubocop.yml (keeping a convention with other rubocop gems) ## 0.3.0 (Aug 20th, 2021) - Rename config file to .infinum.yml (fixes inheriting configuration) ## 0.2.0 (Jul 24th, 2021) - Increase max line length to 120 chars and exclude comment lines ## 0.1.1 (Jul 13th, 2021) - exclude vendor/bundle for all cops ## 0.1.0 (Sep 8th, 2020) - add autocorrect method to `Rails/AttributeDefaultBlockValue` - refactor cop `Rails/AttributeDefaultBlockValue` cop ## 0.0.1 (Aug 28th, 2020) - create custom cop `Rails/AttributeDefaultBlockValue` - setup gem
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubocop-infinum-0.9.1 | CHANGELOG.md |