rubocop-gooddog 0.9 → 0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/config/rails.yml +3 -0
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5b8bfd3967c0d5d9ceef16882aa1974fe7657dfe61a3836ffc2c967b66601754
4
- data.tar.gz: c3f318a67b050fc1c85413d86e5f7930a2e433f302da3ea55cb843a2b846efbf
3
+ metadata.gz: 704dc78c262bf27951e25586ef826c9efe8373a8ba0990f594adb60ba3b4bd69
4
+ data.tar.gz: 29b3d8d641ca4435603feaeca3ffd2839f6b4ac18f17b6f4c70fb4325dcc8ace
5
5
  SHA512:
6
- metadata.gz: '0396d6a0e19cbf87bacad9d5ac6b71b6f2de1901d98aabf26f8b893c4560a9c22e0fe05247c1ea196496074aaec024bb0e9e784916475444d11c7c7ce5b279bf'
7
- data.tar.gz: 34e8a90086dd0467a4314c61a0e362ca5df58c7a683bcb9da57aa9c93e0ab24073810c18f7b0c98db56e794c4bdc9ca9a903db02438bfe39f7590b10272be3b8
6
+ metadata.gz: 774871f9af55e6ed48d2c9d798c9436a19f2314a516494798ffb4d4f171c5c69ce07e868a59e985775498b082786d8ad29bf96dce16727c0cd69fceda6a3cf13
7
+ data.tar.gz: a4b4d3bba1b22491ae7ac0f142e7475786719928b05e28e2c7640e88e0b67b0fb4e530c8725b3990af5ce05b63f17b0dbfa9e1e440c1b74fab106ba8225fdd5c
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.10] - 2022-04-28
8
+ ### Added
9
+ - Disabled default cop `Rails/I18nLocaleTexts`.
10
+
7
11
  ## [0.9] - 2021-08-20
8
12
  ### Added
9
13
  - Disabled default cop `Naming/InclusiveLanguage`. `Naming/InclusiveLanguage` is politically biased and should not be included by default.
data/config/rails.yml CHANGED
@@ -1,6 +1,9 @@
1
1
  require:
2
2
  - rubocop-rails
3
3
 
4
+ Rails/I18nLocaleTexts:
5
+ Enabled: false
6
+
4
7
  Rails/OutputSafety:
5
8
  Enabled: false
6
9
 
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.9'
4
+ version: '0.10'
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Brooks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-20 00:00:00.000000000 Z
11
+ date: 2022-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -63,7 +63,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
63
63
  - !ruby/object:Gem::Version
64
64
  version: '0'
65
65
  requirements: []
66
- rubygems_version: 3.2.22
66
+ rubygems_version: 3.3.3
67
67
  signing_key:
68
68
  specification_version: 4
69
69
  summary: RuboCop GoodDog