rubocop-codetakt 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 +4 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ee42fb99b3e00097e300c7b3670021fd3bb6acd1ffc9c55ff41c0e333a478937
4
- data.tar.gz: da4c62c1e912c7752e691ef63ca9495d686cac261940ce64532362e68915a464
3
+ metadata.gz: e5fc4b81292ed87a5f4e003a057a013303e9f21a66bc67a6ab90ab6cb9ecc799
4
+ data.tar.gz: ff5fe0547dd20586262f1bc2c1a2347c664522c97369e43c5ef63f128489c37a
5
5
  SHA512:
6
- metadata.gz: 592cf58e4566c5ea4b1573f26355ac21623206c77da5fc5ff74c729357491477c8051a03302b6528c320f46f9b2880123a008f496ab2cfb500e3cdbcb27a7594
7
- data.tar.gz: fbf273ca0c94bf71f3f331dfe20446062f95c23813836fa5878d124375a0f6c9a1098f0c523b20627cf3c3eeae4b2c1d3f3456021b4c6348f79764245b1839e3
6
+ metadata.gz: 667c25375e3eae42d7da67324f69b8f45010ac4c8baa8ebb0805dffa7db06949edadc233facab7560db44401bd3e1566cda045747ea7a8a83eea9a281a8ea5c5
7
+ data.tar.gz: 38d5a2270dc655ed81e81b40a4a13ee42bee26146a7804eba1913b52e0caece5b92d87d55dd5a0d067175528164c7662399dc4f924269440cf1f29afa15f0459
data/config/rubocop.yml CHANGED
@@ -33,6 +33,8 @@ Style/StringLiterals:
33
33
  Style/StringLiteralsInInterpolation:
34
34
  EnforcedStyle: single_quotes
35
35
 
36
+ Style/TrailingCommaInArguments:
37
+ Enabled: false
38
+
36
39
  Style/TrailingCommaInLiteral:
37
- Enabled: true
38
- EnforcedStyleForMultiline: no_comma
40
+ Enabled: false
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-codetakt
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
  - codeTakt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-19 00:00:00.000000000 Z
11
+ date: 2018-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: onkcop