rubocop-codetakt 0.88.0.0 → 0.89.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/config/rails.yml +0 -9
- data/lib/rubocop/codetakt/version.rb +1 -1
- data/rubocop-codetakt.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0a42780fa1e69ac1050a33c2c5881cc46743c30a8271f2735110d01361851772
|
4
|
+
data.tar.gz: cdc65322a03c0dbda31afba600e117c035d1065b826e9e9fb35aa45d848b35ad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 83eef036154f634abb0e38e41c9ee336c3894c26688c310fdb2b483789beb1ff721c1f0d9caf138150f3ce783708f1e02b808ff634bb7a7d6d01ced0b221828c
|
7
|
+
data.tar.gz: 1716f433f8569cf6fa93e98813bda26ede9b051c419f3633c69aaf5c2cec05d513764b002df9eb28ebbaa3c05c3fb5f62adb7ad3f361fec54301b44f93d0005a
|
data/CHANGELOG.md
CHANGED
data/config/rails.yml
CHANGED
@@ -22,15 +22,6 @@ Rails/Delegate:
|
|
22
22
|
Rails/Exit:
|
23
23
|
Enabled: false
|
24
24
|
|
25
|
-
# -File.join(Rails.root, "app", "models")
|
26
|
-
# +Rails.root.join("app", "models")
|
27
|
-
# はともかく
|
28
|
-
# -Rails.root.join("app/models")
|
29
|
-
# +Rails.root.join("app", "models")
|
30
|
-
# は Pathname#plus が行っているので意味無いのでは?
|
31
|
-
Rails/FilePath:
|
32
|
-
Enabled: false
|
33
|
-
|
34
25
|
# 桁が揃わなくて気持ち悪い
|
35
26
|
# create(:user, logged_in_at: 1.day.ago)
|
36
27
|
# create(:user, logged_in_at: 2.days.ago)
|
data/rubocop-codetakt.gemspec
CHANGED
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.
|
4
|
+
version: 0.89.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- codeTakt Developers
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-08-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.89.1
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.
|
26
|
+
version: 0.89.1
|
27
27
|
description: |2
|
28
28
|
This includes the RuboCop configuration used by codeTakt. It is
|
29
29
|
for the unification and linting of coding styles.
|