searchgov_style 0.1.22 → 0.1.23

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/.default.yml +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 90417d29c279c4f601a1a2a341428438b5271a458beab29dd2998a617886f556
4
- data.tar.gz: a942b3d907dd3b4a818c4c37fbaf35d896e94903da3f1a8cc6aeba34ebe232c1
3
+ metadata.gz: fde3199dac8fb3398214cb2ebea89fc89cdb18ed5b71881d0354204c3ebf347c
4
+ data.tar.gz: a84defcc586975c709c668b04edfb9e5f8e641851419fa414b93306e944c96e6
5
5
  SHA512:
6
- metadata.gz: 7e5a21e8dc363588209f0f63702e74d847442549ea65dd1f241f15c51c189e5cf99aa2c649cf0d763862ea126b1e4047381bd42c485ecd5229b8575b4c38885a
7
- data.tar.gz: fa198fb4e546693a7e22f5c406e3a062c5a75773f660524285b7dcbf00e87836696fd365e0858724fc37f4a93a80cabd79c159414d4b5187160dcd61b3579d9c
6
+ metadata.gz: 6d41567277ce2122033f37abf3cdda2e342e9dde2d6949b53f1a074046f48893d1d5f51dc354ceb3019acbe4888155dadfa56b28b8d98df16024e0e40853d59e
7
+ data.tar.gz: 90ac636e556a4087650d9f3b045cc4b01a136c265d2e792bca09abed8404addebc1faa27a156675556d372a26aaadff28e4fc07205b581c7d1e3f15fc367b5d6
data/.default.yml CHANGED
@@ -46,7 +46,7 @@ Lint/AmbiguousBlockAssociation:
46
46
  Metrics/BlockLength:
47
47
  CountComments: false # count full line comments?
48
48
  Max: 25
49
- IgnoredMethods:
49
+ AllowedMethods:
50
50
  # By default, exclude the `#refine` method, as it tends to have larger
51
51
  # associated blocks.
52
52
  - refine
@@ -131,7 +131,7 @@ Style/IfUnlessModifier:
131
131
  Style/MethodCallWithArgsParentheses:
132
132
  Description: 'Use parentheses for method calls with arguments.'
133
133
  Enabled: true
134
- IgnoredMethods:
134
+ AllowedMethods:
135
135
  # Ignore Ruby keyword methods:
136
136
  # https://rubystyle.guide/#methods-that-have-keyword-status-in-ruby
137
137
  - require
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: searchgov_style
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.22
4
+ version: 0.1.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - MothOnMars
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-02-02 00:00:00.000000000 Z
11
+ date: 2023-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler