rubocop-gooddog 0.2 → 0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/config/default.yml +3 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7c2e9ca0dffb3e0bfd8567a117db367c45bbbd431127a93996a523033d5bf5c4
|
4
|
+
data.tar.gz: 4d2bcdf056f9fe66c4231a1dfabd790bd972ce0bedc9b92b32e86ab0c95aca1d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 79694b3a48e68d4faf03f7b458d93f94ef8215fb72e70762d23c763ca57500f73a83944df09bb4cec0b8957fec7d3e18ac38df1a88c59037b39079b46c774f4b
|
7
|
+
data.tar.gz: 72065f692f00644abbb8e1ce1ad1564002153084a26f7b1383cfed5e903ab7906dcf433109fe3d061ea8c2067b34da1c7f2ae632f54d60cf391eda7cb003215d
|
data/CHANGELOG.md
CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
|
4
4
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
5
5
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
6
6
|
|
7
|
+
## [0.3] - 2020-04-03
|
8
|
+
### Added
|
9
|
+
- Set alternative configuration for `Layout/MultilineMethodCallIndentation` to avoid statements floating in the middle of the file.
|
10
|
+
|
7
11
|
## [0.2] - 2020-03-31
|
8
12
|
### Added
|
9
13
|
- Set alternative configurations for `Layout/CaseIndentation` and `Layout/EndAlignment` to avoid statements floating in the middle of the file.
|
data/config/default.yml
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-gooddog
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '0.
|
4
|
+
version: '0.3'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James Brooks
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-03
|
11
|
+
date: 2020-04-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|