standard 0.2.0 → 0.2.1

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: bbb222080414ab996c3755f254b51642a9e9a9b466440700833d2a9c10bf7421
4
- data.tar.gz: 34922d0f4f62cbad5b03075819ad70ac2899086f538dfb7078dd0c1f64a40e1c
3
+ metadata.gz: 0b458e9c645c42095dddaec19e3a6abade5e138d8a31c0545af5cd32b0f267b3
4
+ data.tar.gz: 52b4f9d7922f78d5f5f8d6271f065a0bc68d97ac96c46dbad89153181c6b1e81
5
5
  SHA512:
6
- metadata.gz: 96a1d0dfa821ca62d9a1ba89cc92e1c77ee38c4ae438ef4cb500c28e1cef52d7842fe708137d6a33d1411ff9358fbac45dd98c6f6035973120fa7a03c3678e1c
7
- data.tar.gz: eb06660f99d3f18c22bdc4c780cd5ae87c0cd944dd4add0c160d3b789f2485ab2f2d15263c740d856bff91c36a83a41442e52370bfa72a7b03c45582a473f8d9
6
+ metadata.gz: b4d893e9547703853dc75eda769386eddc78b8aafcec8fc9e69b505b9365099f3b0a225e4db14d3d668fa6825567013481c7d18e8c501f32573ed4715581a5a1
7
+ data.tar.gz: e20f60a90137194bc78bf27075f10e391fd5e91d5a3109df7faa12052f114f311def6ac48ece0665d9f78ac86844cc6d6a02220078893f11977a31da156bfa81
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- standard (0.2.0)
4
+ standard (0.2.1)
5
5
  rubocop (~> 0.79.0)
6
6
  rubocop-performance (~> 1.5.1)
7
7
 
@@ -16,7 +16,7 @@ GEM
16
16
  method_source (0.9.2)
17
17
  minitest (5.14.0)
18
18
  parallel (1.19.1)
19
- parser (2.7.0.3)
19
+ parser (2.7.0.4)
20
20
  ast (~> 2.4.0)
21
21
  pry (0.12.2)
22
22
  coderay (~> 1.1.0)
data/README.md CHANGED
@@ -54,7 +54,9 @@ flag.
54
54
 
55
55
  If you're familiar with [RuboCop](https://github.com/rubocop-hq/rubocop), you
56
56
  can look at Standard's current base configuration in
57
- [config/base.yml](/config/base.yml).
57
+ [config/base.yml](/config/base.yml). In lieu of a separate changelog file,
58
+ significant changes to the configuration will be documented as [GitHub release
59
+ notes](https://github.com/testdouble/standard/releases).
58
60
 
59
61
  **[NOTE: until StandardRB hits 1.0.0, we consider this configuration to be a
60
62
  non-final work in progress and we encourage you to submit your opinions (and
@@ -351,7 +353,7 @@ feedback loop. Some editors support asynchronously running linters.
351
353
 
352
354
  ## Does Standard work with [Insert other tool name here]?
353
355
 
354
- Maybe! Start by searching the repository to see if there's an existing issue open for
356
+ Maybe! Start by searching the repository to see if there's an existing issue open for
355
357
  the tool you're interested in. That aside, here are other known integrations aside
356
358
  from editor plugins:
357
359
 
@@ -1011,6 +1011,10 @@ Style/TrailingBodyOnMethodDefinition:
1011
1011
  Style/TrailingBodyOnModule:
1012
1012
  Enabled: true
1013
1013
 
1014
+ Style/TrailingCommaInArguments:
1015
+ Enabled: true
1016
+ EnforcedStyleForMultiline: no_comma
1017
+
1014
1018
  Style/TrailingCommaInArrayLiteral:
1015
1019
  Enabled: true
1016
1020
  EnforcedStyleForMultiline: no_comma
@@ -1,3 +1,3 @@
1
1
  module Standard
2
- VERSION = Gem::Version.new("0.2.0")
2
+ VERSION = Gem::Version.new("0.2.1")
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: standard
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
  - Justin Searls
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-02-28 00:00:00.000000000 Z
11
+ date: 2020-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop