rubocop-fjord 0.2.1 → 0.2.3

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: 3d0678c87d106560e17c041425a87e8135e6aa20dbb1002a9ebb088a1908da2f
4
- data.tar.gz: 9f71b6310834aec3c34ca0b70b8b4b8e21672b86c1567933c513845cb4d95636
3
+ metadata.gz: baba01bf173865a58c708b1a73d27798c68390e8267d76b0ab99f7260b07cbfb
4
+ data.tar.gz: 495da1e6d1128b416e1c7e5517c0800d6d351cd76e53c10cd77bc1c9a017f06c
5
5
  SHA512:
6
- metadata.gz: bc6c42976c6c7c67b95aa6c8b9e2a5cbd2a97fad55cf5d21eb879455b073ffbde2c591e91280ee2466836c34896a5cc63eaa11f096f8d4c3c60d446dad56ac6a
7
- data.tar.gz: 27bad7559de10250d49a3a32b67e0d57aa7a02f0a25dc294eb83407f916c4076a9fc4cf155337a11c6c2565858a4455752a0b6a60e2d07c4b764620b20c9e4f1
6
+ metadata.gz: 34f3dfb414dec33a23a417c0866b6e5bf18c8cea6f0e766e23979b934cabad36d5287a9dcdf80b11e3d327a1b7ef123c092f4addbe72f685d4e2c69aa4ea86fe
7
+ data.tar.gz: ae7dbf2bd5b7ef5819308bd2b6ee68af7592cfc3e42d9b47ba3f66665bc5ae5680403216c2380d233689230e07a51694e878d48f558cdacd57e0493520ca685e
data/config/rubocop.yml CHANGED
@@ -2,7 +2,7 @@ require:
2
2
  - rubocop-performance
3
3
 
4
4
  AllCops:
5
- TargetRubyVersion: 2.6
5
+ TargetRubyVersion: 3.1
6
6
  NewCops: disable
7
7
 
8
8
  Performance:
@@ -24,6 +24,8 @@ Style/AsciiComments:
24
24
  Metrics/MethodLength:
25
25
  CountComments: false
26
26
  Max: 20
27
+ Exclude:
28
+ - test/**/*
27
29
 
28
30
  Metrics/CyclomaticComplexity:
29
31
  Enabled: false
@@ -35,10 +37,6 @@ Metrics/ClassLength:
35
37
  Exclude:
36
38
  - test/**/*
37
39
 
38
- Metrics/MethodLength:
39
- Exclude:
40
- - test/**/*
41
-
42
40
  Metrics/BlockLength:
43
41
  Exclude:
44
42
  - spec/**/*
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Fjord
5
- VERSION = '0.2.1'
5
+ VERSION = '0.2.3'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-fjord
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masaki Komagata
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-07-16 00:00:00.000000000 Z
11
+ date: 2022-11-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -122,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
122
122
  - !ruby/object:Gem::Version
123
123
  version: '0'
124
124
  requirements: []
125
- rubygems_version: 3.3.5
125
+ rubygems_version: 3.3.7
126
126
  signing_key:
127
127
  specification_version: 4
128
128
  summary: rubocop rules for fjord, Inc.