rubocop-iknow 0.0.6 → 0.0.7

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/rubocop.yml +14 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6095d79bd2ef760088027a2d7b92e37af0cfedcdf9b70c120d88655302d0893c
4
- data.tar.gz: ea4856a93e68e158a555c2ffa2c9241a570ab7055d31ea70880daeb8fd33ad27
3
+ metadata.gz: cab74c8ba8cf2dc6274a65203c0e27ab58e687f038c5a8cdd1b2e1b692fd2a94
4
+ data.tar.gz: 119c8bc5fa399b06873e550e124f8c5ae5c5043483f8f85297f459fb17dcbbd5
5
5
  SHA512:
6
- metadata.gz: d055e17e935cdd9a62a18cd577dfc6818ba119dce79be61034b39d3b2aa1a623fa27282ef04630b48c3e312c71a8c862eb77fbb07e9ad60dc62cb09c9a335616
7
- data.tar.gz: 8b1a86a2a4896adaa565a857902eb64cd98a2d0654648493137b847df9c845a794d3f2f8ea4e0c9f3d61a7f71badb8efc069f9e3b8ffdb3d2f792d27e29cf9ea
6
+ metadata.gz: 6baa63db33e31ee914f8f03df5e5a75867ca0b19dd8bdbb2de79dc94bbb1b81f1c7350aa2c016c7e6d709ff0fa641361be50f64cc9dc2f31b0b3151f92051eaf
7
+ data.tar.gz: 9bb7effb6f4176f85e285de8ee675ae9ef2bf3d274e4cc7b7f11f0e6c6954ded24f98d2abfcbc1700ad0b6a486fe8e05e76dd83a1631e78c5b2cb841c2fd927b
@@ -69,6 +69,11 @@ Style/RescueModifier:
69
69
  # That said, nobody in our team is going to use one of these unless
70
70
  # it's a valid case
71
71
  Enabled: false
72
+ Style/ExplicitBlockArgument:
73
+ # This goes too far by demanding expensive block allocation always
74
+ Enabled: false
75
+ Lint/UnusedBlockArgument:
76
+ AllowUnusedKeywordArguments: true
72
77
  Lint/UnusedMethodArgument:
73
78
  AllowUnusedKeywordArguments: true
74
79
  IgnoreEmptyMethods: true
@@ -117,8 +122,17 @@ Style/TrailingCommaInHashLiteral:
117
122
  EnforcedStyleForMultiline: comma
118
123
  Style/TrailingCommaInArguments:
119
124
  EnforcedStyleForMultiline: comma
125
+ Style/TrailingUnderscoreVariable:
126
+ # I think this does more harm than good by hiding the array destructuring
127
+ Enabled: false
120
128
  Style/SymbolLiteral:
121
129
  Enabled: false
130
+ Style/KeywordParametersOrder:
131
+ Enabled: false
132
+ Style/StringConcatenation:
133
+ Enabled: false
134
+ Style/AccessorGrouping:
135
+ Enabled: false
122
136
  Naming/AccessorMethodName:
123
137
  Enabled: false
124
138
  Naming/MethodParameterName:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-iknow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - iKnow Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-14 00:00:00.000000000 Z
11
+ date: 2020-10-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: edge@iknow.jp