rubocop-nosolosoftware 1.11.0 → 1.12.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f2bf5c36ad4f65941592474e0fe8d0de4ce673142046099bf4b8534c24f2b76c
4
- data.tar.gz: 1972288cb3057277820d1b7bade5b822e98f544a87f819522408160d010f9248
3
+ metadata.gz: 420a8fa0d2344d8b95f374fcc62a1f762e6177c44d59b9bc7b2c97c7372bb60e
4
+ data.tar.gz: 8104b69ddd7613f4e1a82cc815ab44e6a8611b91d51e99183e682d637f8ff8d7
5
5
  SHA512:
6
- metadata.gz: f968600d2298212a11670e1609ec7fdb87ee99d8938738ecc0d4c4b1c1a2b22fba05ab93d71973edbe18bc4b572827e1c32e632d6dcb827aaef7700ee0fed82e
7
- data.tar.gz: 78d731ed574a68ccc2a4c9f983d575d79c7b584700133cd8c343ffa8d524661cdae6542409ac40e3e028a175c312371abe12c6c90f62a0e1c408b3a02b685457
6
+ metadata.gz: cf3c484708576c61e955165f6d110397bf740d3b1ff0690b7eba55f78c8a7e8f5370a11ca88b344a81a0b27ced56a484ab0e3a4c428c34d91802d86171b638a4
7
+ data.tar.gz: '09ab02fb1badd5f196c38365bdee0673ab5d146d7fc4801891415e07d707de51d1f215408c69202b41c9f32426371c16d14da7a74dce3d3566eea402f7ebeeda'
data/CHANGELOG.md CHANGED
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  The following rules have been added:
9
9
 
10
+ ## 1.12.0 - 2021-10-13
11
+ - Added new rules
12
+ - rubocop
13
+ - Lint/RequireRelativeSelfPath (1.22)
14
+ - Security/IoMethods (1.22)
15
+ - Style/NumberedParameters (1.22)
16
+ - Style/NumberedParametersLimit (1.22)
17
+ - Style/SelectByRegexp (1.22)
18
+
10
19
  ## 1.11.0 - 2021-09-28
11
20
  - Added new rules
12
21
  - rubocop
data/rubocop-lint.yml CHANGED
@@ -91,3 +91,7 @@ Lint/AmbiguousOperatorPrecedence:
91
91
  # https://docs.rubocop.org/rubocop/cops_lint.html#lintincompatibleioselectwithfiberscheduler
92
92
  Lint/IncompatibleIoSelectWithFiberScheduler:
93
93
  Enabled: true
94
+
95
+ # https://docs.rubocop.org/rubocop/cops_lint.html#lintrequirerelativeselfpath
96
+ Lint/RequireRelativeSelfPath:
97
+ Enabled: true
data/rubocop-security.yml CHANGED
@@ -1,3 +1,7 @@
1
1
  #
2
2
  ## https://rubocop.readthedocs.io/en/latest/cops_security/
3
3
  #
4
+
5
+ # https://docs.rubocop.org/rubocop/cops_security.html#securityiomethods
6
+ Security/IoMethods:
7
+ Enabled: true
data/rubocop-style.yml CHANGED
@@ -100,3 +100,15 @@ Style/StringChars:
100
100
  # https://docs.rubocop.org/rubocop/cops_style.html#styleredundantselfassignmentbranch
101
101
  Style/RedundantSelfAssignmentBranch:
102
102
  Enabled: true
103
+
104
+ # https://docs.rubocop.org/rubocop/cops_style.html#stylenumberedparameters
105
+ Style/NumberedParameters:
106
+ Enabled: true
107
+
108
+ # https://docs.rubocop.org/rubocop/cops_style.html#stylenumberedparameterslimit
109
+ Style/NumberedParametersLimit:
110
+ Enabled: true
111
+
112
+ # https://docs.rubocop.org/rubocop/cops_style.html#styleselectbyregexp
113
+ Style/SelectByRegexp:
114
+ Enabled: true
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-nosolosoftware
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
4
+ version: 1.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Javier Aranda
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-28 00:00:00.000000000 Z
11
+ date: 2021-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.21'
19
+ version: '1.22'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.21'
26
+ version: '1.22'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rubocop-faker
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -125,8 +125,8 @@ homepage: https://github.com/nosolosoftware/rubocop-nosolosoftware
125
125
  licenses:
126
126
  - MIT
127
127
  metadata:
128
- source_code_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/tree/v1.11.0
129
- changelog_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/blob/v1.11.0/CHANGELOG.md
128
+ source_code_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/tree/v1.12.1
129
+ changelog_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/blob/v1.12.1/CHANGELOG.md
130
130
  homepage_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware
131
131
  post_install_message:
132
132
  rdoc_options: