rubocop-athix 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/_naming.yml +8 -0
- data/config/default.yml +1 -1
- data/config/gems.yml +3 -1
- data/config/rails.yml +16 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bc5e114adb6048be0a2ffa682935b2b5be0af904a2f33d6bda972226cdb3a918
|
4
|
+
data.tar.gz: 93d7a3f1a41e5b52e26c98138de6812425acc3f034518d7a95b62d5db0f9f5e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 630ecfe99001f0a648214274ae3521eb90d382dff4d273865f91773b8765bef134c7836d1fd53f7967dc9676dc45be946f43b53c0753c3aa96b99759b77035ac
|
7
|
+
data.tar.gz: edc6b5ea7ec88454577ca9fbe556cdec322f44ba3d92446f7bd7094761b8d78bcedfa6bf27e6212f95cc9895bc3b7d72a5708908c8f4c14cbf7bc8505ea09568
|
data/config/_naming.yml
ADDED
@@ -0,0 +1,8 @@
|
|
1
|
+
##
|
2
|
+
# Master/slave are technical terms that accurately describe the behavior of
|
3
|
+
# systems. The fact that human slavery existed and was a horrible practice does
|
4
|
+
# not mean that we should scrub those words from existance, nor their usage
|
5
|
+
# where they are the clearest words available to describe a type of behavior.
|
6
|
+
#
|
7
|
+
Naming/InclusiveLanguage:
|
8
|
+
Enabled: false
|
data/config/default.yml
CHANGED
data/config/gems.yml
CHANGED
data/config/rails.yml
CHANGED
@@ -1,4 +1,6 @@
|
|
1
|
-
inherit_from:
|
1
|
+
inherit_from:
|
2
|
+
- default.yml
|
3
|
+
- _rspec.yml
|
2
4
|
|
3
5
|
require:
|
4
6
|
- rubocop-rails
|
@@ -16,6 +18,19 @@ AllCops:
|
|
16
18
|
- 'tmp/**/*'
|
17
19
|
- 'vendor/**/*'
|
18
20
|
|
21
|
+
|
22
|
+
##
|
23
|
+
# Use Rails I18n instead of GetText.
|
24
|
+
#
|
25
|
+
I18n/GetText:
|
26
|
+
Enabled: false
|
27
|
+
|
28
|
+
##
|
29
|
+
# Use Rails I18n instead of GetText.
|
30
|
+
#
|
31
|
+
I18n/RailsI18n:
|
32
|
+
Enabled: true
|
33
|
+
|
19
34
|
##
|
20
35
|
# In the rest of the app, using the logger makes sense. However, it seems to
|
21
36
|
# not play nicely when generating the seeds, and `puts` is pretty
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-athix
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josh Buker
|
@@ -117,6 +117,7 @@ files:
|
|
117
117
|
- LICENSE.md
|
118
118
|
- README.md
|
119
119
|
- config/_layout.yml
|
120
|
+
- config/_naming.yml
|
120
121
|
- config/_rspec.yml
|
121
122
|
- config/_style.yml
|
122
123
|
- config/default.yml
|
@@ -127,8 +128,8 @@ licenses:
|
|
127
128
|
- MIT
|
128
129
|
metadata:
|
129
130
|
bug_tracker_uri: https://github.com/athix/rubocop-athix/issues
|
130
|
-
changelog_uri: https://github.com/athix/rubocop-athix/releases/tag/v0.0.
|
131
|
-
source_code_uri: https://github.com/athix/rubocop-athix/tree/v0.0.
|
131
|
+
changelog_uri: https://github.com/athix/rubocop-athix/releases/tag/v0.0.5
|
132
|
+
source_code_uri: https://github.com/athix/rubocop-athix/tree/v0.0.5
|
132
133
|
post_install_message:
|
133
134
|
rdoc_options: []
|
134
135
|
require_paths:
|