simplycop 2.35.1 → 2.36.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ece039a5d7a7cd53d9d53c7a8237bcb930f8fe5b07f4bb61b7cf7611360b30ca
4
- data.tar.gz: 0b392c1783bb0b1d7abbece0944abd0cedd85a64325defd6074ca3b7ba0fa5f3
3
+ metadata.gz: cc7976394f34b6851c7b27c0ece3bd8d1155244bb00a367d436becca5101064f
4
+ data.tar.gz: c01ed9f6aac50f79a25fdd34fab0f72772e83019908961712659e48b2f551920
5
5
  SHA512:
6
- metadata.gz: 1f883953c3adbfac596c67d1abd8edd37b9ea3f588aa1866e513775366aaec38402c5cfb16408e231214d43803db8f0e163c5190050fd64e583f3f05f1840df3
7
- data.tar.gz: 3c5cc313c3c6fd17ccc97a6ec8356d7a59552ef6642e112543548f569ba39789bc9b86df7b79d320f6bf6269d26e86de3d4354333d30dba031d1d2f9e6bec1cd
6
+ metadata.gz: 71581ee3d20d29044801d11a995c14a2e5804c2f4c732017f27111ac54458d941d236a0fb07fa5ec10b0447e316509682c350650fd1951ca7b62c1fe70e74061
7
+ data.tar.gz: bc77161f0c741a686ef35d2e41a81e86d4cb00ba304932ce65d47edd83d6f023318b4cd3311fd342a4f95a957ec89d9b2f1a636657f79d6cada610cf8ac8f6f1
data/.simplycop_style.yml CHANGED
@@ -721,6 +721,8 @@ Style/ReturnNil:
721
721
  Style/ReturnNilInPredicateMethodDefinition:
722
722
  Enabled: false
723
723
 
724
+ Style/ReverseFind:
725
+ Enabled: true
724
726
  Style/SafeNavigation:
725
727
  Enabled: false
726
728
 
data/docs/index.md CHANGED
@@ -304,6 +304,10 @@ When updating simplycop, you can use [Dobby](https://github.com/simplybusiness/d
304
304
 
305
305
  If you prefer to manually version, you can do so by editing the `lib/simplycop/version.rb` file and updating the `VERSION` line and updating the `catalog-info.yaml` file with the new version number for the annotation `rubygems.org/current-version`.
306
306
 
307
+ ## Simplycop & Codacy
308
+
309
+ Codacy's Rubocop configuration may not be fully up-to-date with Simplycop. Therefore you may find things pass in your local Simplycop run that then fail in the CI/CD pipeline. This will mainly be the case for newer cops that have been added. If this causes major issues for your PR, please consult engineering leads to arrange a Codacy override.
310
+
307
311
  ## FAQ
308
312
 
309
313
  ### Common Questions
@@ -7,5 +7,5 @@
7
7
  #
8
8
 
9
9
  module Simplycop
10
- VERSION = '2.35.1'
10
+ VERSION = '2.36.0'
11
11
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplycop
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.35.1
4
+ version: 2.36.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simply Business
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2026-01-28 00:00:00.000000000 Z
10
+ date: 2026-01-29 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: benchmark