rubocop-github 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/config/rails.yml +31 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 306766990a92f8a79b7c3e3bbd1bc051519fdcd1
4
- data.tar.gz: a81b183dfef42c2282586b3656bbbdaa93f28bc1
3
+ metadata.gz: 58f2371509feb83a1349de2428eb93f2d73a18ab
4
+ data.tar.gz: ddf6f4ff64a2b6e21d7ed62ca54a13bd8ab6a09a
5
5
  SHA512:
6
- metadata.gz: 8044af6d9588890333d935042a7c1a5ec7f48e83ee542facc4cb88f9dc4a41be9c74fc90eb9d56828517497cdf4d9f151c9ccf2f28e8d63bb4990eb870a00b2f
7
- data.tar.gz: 679a5e00ffd212aa09cf8b0e7866af9e63ed36bef7c8d009c227d6e3171d31a0e8f25e61023093d60fe4b6223a977c0956047c84781718ab711a3f5b31473fd6
6
+ metadata.gz: 60d9a270d4380f0589e38dff05933c5135a2348f7a5d160ba29bf8c09515fa6f80c976ec1eb48f6b5bb155a9593a82dd6acd5e6cafdda3a3bee293ab31e6bfa4
7
+ data.tar.gz: 13ce6c10ff598230b198ad7d2e843905270cae856900ce5d307944b390150cd8e25eb32ee1a24bcb151e2e70cf286bcef687f50241ace7cebbc109dca3d7933e
data/config/rails.yml CHANGED
@@ -22,3 +22,34 @@ Rails/UniqBeforePluck:
22
22
 
23
23
  GitHub/RailsApplicationRecord:
24
24
  Enabled: true
25
+
26
+
27
+ # Exclude Rails ERB files from incompatible cops
28
+
29
+ Lint/BlockAlignment:
30
+ Exclude:
31
+ - 'app/views/**/*.erb'
32
+
33
+ Style/For:
34
+ Exclude:
35
+ - 'app/views/**/*.erb'
36
+
37
+ Style/OneLineConditional:
38
+ Exclude:
39
+ - 'app/views/**/*.erb'
40
+
41
+ Style/SpaceInsideParens:
42
+ Exclude:
43
+ - 'app/views/**/*.erb'
44
+
45
+ Style/StringLiterals:
46
+ Exclude:
47
+ - 'app/views/**/*.erb'
48
+
49
+ Style/TrailingBlankLines:
50
+ Exclude:
51
+ - 'app/views/**/*.erb'
52
+
53
+ Style/TrailingWhitespace:
54
+ Exclude:
55
+ - 'app/views/**/*.erb'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-github
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitHub