boxt_rubocop 2.14.2 → 2.14.3

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/VERSION +1 -1
  3. data/config/default.yml +6 -2
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a6c7992d588a507c18bf762566d186c3c07b4459e8dfb423297a56cc2c4bbee6
4
- data.tar.gz: 663baf6bca5fd8745bd127fe202d335adffa2a2d37cefb79fc9d37f37208ff09
3
+ metadata.gz: 4930d32ac2ae4cce380cb03073e1a578dd1598c8105e932a39c74eff6ac82924
4
+ data.tar.gz: 8c16eac6622a8c23c059e826cf015498ace5f3adb8f49fd2394588d3a36bbf24
5
5
  SHA512:
6
- metadata.gz: 4ee989a4efdb748875b4fecc50a7070b2e99a7be0e81eabae6ca397f67f91c756f529f33b2b78ce5879652b77c0cb42d1629ac4197df22ce654af8bc41828efb
7
- data.tar.gz: 956a3d80168f925800b91d4371d2cc90a6842037da56f9a6fad5cfd7d54227540144aa60ee40dbd11093718876456c661fda0f3c80119f36f42ba674cb7bab27
6
+ metadata.gz: 3f132e7650c895b80e8493e4b7f45dec42664ae4c052f192221210aa2a00bcf309dc05c537867787c2d775ae5be2e6b189fdac2449e2d0f5e39174bac4ef35bc
7
+ data.tar.gz: 271d712286ae7f2aa581d3d00b741f0d8a939eb53a26d057f1dd1178c6d12c1147e2acd910d2ed10b526d9e83d83c44b804b8984d18c735c8cb5fd5b0247c6a0
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.14.2
1
+ 2.14.3
data/config/default.yml CHANGED
@@ -8,11 +8,11 @@ AllCops:
8
8
  NewCops: enable
9
9
 
10
10
  Boxt/ApiPathFormat:
11
- Description: 'Ensure that the API path uses kebab case'
11
+ Description: "Ensure that the API path uses kebab case"
12
12
  Enabled: false
13
13
 
14
14
  Boxt/ApiTypeParameters:
15
- Description: 'Ensure that API parameters are typed'
15
+ Description: "Ensure that API parameters are typed"
16
16
  Enabled: false
17
17
 
18
18
  Layout/ClassStructure:
@@ -64,5 +64,9 @@ Style/Documentation:
64
64
  Style/DoubleNegation:
65
65
  Enabled: false
66
66
 
67
+ # Setting this to a max of 3 as 2 is too restrictive for some of our code
68
+ Style/SafeNavigationChainLength:
69
+ Max: 3
70
+
67
71
  Style/StringLiterals:
68
72
  EnforcedStyle: double_quotes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boxt_rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.14.2
4
+ version: 2.14.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Boxt