ragnarson-stylecheck 0.8.1 → 0.8.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/config/rubocop.yml +10 -14
  3. metadata +2 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bf1b861acf6e0207736e786ee284013a3d0cc6b81ad54374d079c51fa4221946
4
- data.tar.gz: 67208549549d426075a9f31969cfcfce341680967bdd9786af5ab3dbde014cfc
3
+ metadata.gz: e90154dc4b2e22a6477120ece75967a7ea34ba6898cdf7429d333469f78c34aa
4
+ data.tar.gz: a5fda3bc989c5217ec47fa410f56f60faa1af6e94e5133c00b81669085a3a643
5
5
  SHA512:
6
- metadata.gz: fc97d327d0afcfb795390c212d510fa2c08f3cbbbc54c417f64cea4098709e2714c0f312783be5098e57a8c486629c2c0255c9b8929b2d5fa8705af4f659b916
7
- data.tar.gz: 504144eabb0fa803ca6fbf3f8b3a3ec623c74d9023ce958cc93a3168268ce37c1a91c4bb165fb75f87aac37da54907f07d9c9f9991382f9d3ddbb012671b3382
6
+ metadata.gz: f9db5c0f8f4188819c1dd0814e9071e29c1a89f1dcad972c41b4c03ea6cc5537c7c934205463517e13b07f5e20875de62d3ecddfb324697250882171d2934cee
7
+ data.tar.gz: bd124998695f2ae8d0ac915cce28f26e7535944ee87a8330b5ce90d8c9b5dbe2442270f3184c0940c588c8a7690dbf66655895e0964615b211fb6b579e64b429
@@ -1,5 +1,12 @@
1
1
  AllCops:
2
2
  TargetRubyVersion: 2.6
3
+ DisplayCopNames: true
4
+ Exclude:
5
+ - db/schema.rb
6
+ - db/migrate/*
7
+ - bin/**
8
+ - vendor/bundle/**/*
9
+ - node_modules/**/*
3
10
 
4
11
  ##################### Layout ##################################
5
12
 
@@ -99,6 +106,9 @@ Metrics/AbcSize:
99
106
 
100
107
  Metrics/BlockLength:
101
108
  Max: 30
109
+ Exclude:
110
+ - "spec/**/*.rb"
111
+ - "config/**/*.rb"
102
112
 
103
113
  Metrics/LineLength:
104
114
  Max: 120
@@ -115,24 +125,10 @@ Metrics/ParameterLists:
115
125
 
116
126
  ##################### Rails ##################################
117
127
 
118
- AllCops:
119
- DisplayCopNames: true
120
- Exclude:
121
- - db/schema.rb
122
- - db/migrate/*
123
- - bin/**
124
- - vendor/bundle/**/*
125
- - node_modules/**/*
126
-
127
128
  Style/BlockDelimiters:
128
129
  Exclude:
129
130
  - "spec/**/*"
130
131
 
131
- Metrics/BlockLength:
132
- Exclude:
133
- - "spec/**/*.rb"
134
- - "config/**/*.rb"
135
-
136
132
  Lint/AmbiguousBlockAssociation:
137
133
  Exclude:
138
134
  - "spec/**/*.rb"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ragnarson-stylecheck
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Grzesiek Kołodziejczyk
@@ -89,8 +89,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  - !ruby/object:Gem::Version
90
90
  version: '0'
91
91
  requirements: []
92
- rubyforge_project:
93
- rubygems_version: 2.7.8
92
+ rubygems_version: 3.0.3
94
93
  signing_key:
95
94
  specification_version: 4
96
95
  summary: Automatic style check for ragnarson projects