rubocop-dbl 2.1.1 → 2.1.2

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: ed71c774c40c0dd55d9e437e5ae869fbc6044a7996790c71b3f8f51d9335fac3
4
- data.tar.gz: 1dbdd215b0bc3074d0c0181c7b3ecccf0de9ad6861cf52c3d337d7a30479889f
3
+ metadata.gz: 5f69fdac4121ae63b80b168839b8a5230fdfa53270d7de6aefc74fc8952adddc
4
+ data.tar.gz: dd63c8c0fffcb456fad15e0e31b0e2aad848ab9de9cf8ba927104d43da9c73f5
5
5
  SHA512:
6
- metadata.gz: ca4b15c96280f20158aaa447ba18b0e2ec51a489479c21706fb50913f957955600e2fdbac5841acc365f069f63ddcca95d47431ad57b6acf591f82b0bc6ed7e0
7
- data.tar.gz: 8ae63eada71050129a3358acc5f8c521a70686068b6a698b947d19b81e6e364d64b354c3975264e67a0b65db2683713c511ba504ce005579cc3b205ccfebcc36
6
+ metadata.gz: 9678097698e8f7567a2cf7908a1b0b350488bb7905ad29f093140e9d1c19c0092003f403daeb0917a02d939f0e32b54b367c539bf2b17bef939da7823ef5de55
7
+ data.tar.gz: 7e3ec58399291d7b900aa52eca668dfd8b3c48b4489abce8eec4b04d28632ded0f1310b8735bdc96eb3a87f6cb11ff00c2a0eb5e7296a8bd22507af1d27f3745
@@ -28,6 +28,6 @@ Layout/ParameterAlignment:
28
28
  Layout/LineLength:
29
29
  Max: 120
30
30
  IgnoreCopDirectives: true
31
- AllowedPatterns: ['\s*#\s'] # allows comments to overflow the line length. E.g. for URLs
31
+ AllowedPatterns: ['\s#\s|^#\s'] # allows comments to overflow the line length. E.g. for URLs
32
32
  Exclude:
33
33
  - 'spec/**/*'
@@ -1,5 +1,5 @@
1
1
  # typed: false
2
2
 
3
3
  module RubocopDbl
4
- VERSION = '2.1.1'.freeze
4
+ VERSION = '2.1.2'.freeze
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-dbl
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - 'Team DBL :rocket:'