code-formatter 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dca2d5d106a119f0bb78de65ca62da4a25ce878a74a5642b3a0fc89ce307f08d
4
- data.tar.gz: 8faed80c8bcf13d9835d5f42835ff52cd270779889b89d3065dc10900bc1dd2a
3
+ metadata.gz: 6e67231f2c92f4cacfe14a9b4365973f243afcf889f7e39d57f7478241460286
4
+ data.tar.gz: 05edaeeb2af2dc1b4edcfbc89fcaad5a7a17560fdbb2a04a45f5bd4f656bba94
5
5
  SHA512:
6
- metadata.gz: 62e3dadc99e9b1383050e3debf6cb40852ae82b6b3bf431bdd50827154b9fe0bfda7ff490bce9ecc22038d342fb56388acd6a27e37cf6404867bd881271b5bd4
7
- data.tar.gz: 1e1a92f5092040ab878bf34f7708f66ae5a01df312bc673e94009572efced09ec6ce2c2dfddd50d8bd44f866d91bfc272a5dd3fb8d8c9c32a0759d22c007f292
6
+ metadata.gz: edced0376cedeeac2142113b58949ce6248dc748fd0b2445db3563b146e4712c5df24d56f799fe1afb040bf79c8968516984f694ba1fdbf2a5194d63b7a1b09a
7
+ data.tar.gz: 510a3083c3a036f024c0b5eccf397c5a35f3a521ce00ef027d31ee176c53254c103ec29d732681f816c68b37963740c9bd1ba34ce00d937cd5da50934a9bceaf
@@ -30,17 +30,17 @@ enabled_rules:
30
30
  - wrapArguments
31
31
  - redundantNilInit
32
32
  - redundantParens
33
-
34
- disabled_rules:
35
33
  - void
36
- - unusedArguments
37
34
  - redundantBackticks
38
35
  - redundantGet
39
36
  - redundantLet
37
+ - redundantReturn
40
38
  - redundantPattern
39
+ - redundantVoidReturnType
40
+
41
+ disabled_rules:
42
+ - unusedArguments
41
43
  - redundantRawValues
42
- - redundantReturn
43
44
  - redundantSelf
44
- - redundantVoidReturnType
45
45
  - trailingCommas
46
46
  - trailingClosures
@@ -1,3 +1,3 @@
1
1
  module CodeFormatter
2
- VERSION = '1.0.4'.freeze
2
+ VERSION = '1.0.5'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: code-formatter
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - sroik
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-05 00:00:00.000000000 Z
11
+ date: 2018-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor