rubocop-athix 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7ed3b440a29d56ee9591dea0b7d0cdee3956531ca32b92afbd6e352c829b03e7
4
- data.tar.gz: 17e5629ccdb7230831200e3f704ef041b1e5f5c390b1233037dc01ce8ef37618
3
+ metadata.gz: bc5e114adb6048be0a2ffa682935b2b5be0af904a2f33d6bda972226cdb3a918
4
+ data.tar.gz: 93d7a3f1a41e5b52e26c98138de6812425acc3f034518d7a95b62d5db0f9f5e4
5
5
  SHA512:
6
- metadata.gz: 1c84b55d03c0950fac8230f273ec52509c95b30d3b95af2d303b20d15f70f465bb5a3ea06638fee4abd41559a038fefec23bcc5c3289542d39be7fd0e2d6bb04
7
- data.tar.gz: c846be9e7e22befa909bc624f0719f9dd8a2b55355925d51888ed5ac0cc6c17b5cb9d603290df9a2ff4e1a45d8d68ab9a42206e5724d3a63f15b69a65581a18f
6
+ metadata.gz: 630ecfe99001f0a648214274ae3521eb90d382dff4d273865f91773b8765bef134c7836d1fd53f7967dc9676dc45be946f43b53c0753c3aa96b99759b77035ac
7
+ data.tar.gz: edc6b5ea7ec88454577ca9fbe556cdec322f44ba3d92446f7bd7094761b8d78bcedfa6bf27e6212f95cc9895bc3b7d72a5708908c8f4c14cbf7bc8505ea09568
@@ -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
@@ -1,6 +1,6 @@
1
1
  inherit_from:
2
2
  - _layout.yml
3
- - _rspec.yml
3
+ - _naming.yml
4
4
  - _style.yml
5
5
 
6
6
  require:
data/config/gems.yml CHANGED
@@ -1,4 +1,6 @@
1
- inherit_from: default.yml
1
+ inherit_from:
2
+ - default.yml
3
+ - _rspec.yml
2
4
 
3
5
  require:
4
6
  - rubocop-rake
data/config/rails.yml CHANGED
@@ -1,4 +1,6 @@
1
- inherit_from: default.yml
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
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.4
131
- source_code_uri: https://github.com/athix/rubocop-athix/tree/v0.0.4
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: