boxt_rubocop 2.14.1 → 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: 71e8e2ed924e7dbdf9399bce18affcae43125de33d5e07d3f97f395895a68747
4
- data.tar.gz: 910183ce861e4170942c5f5a15edfbe16d88d2d2d999b06c7bd2be6b3799bf85
3
+ metadata.gz: 4930d32ac2ae4cce380cb03073e1a578dd1598c8105e932a39c74eff6ac82924
4
+ data.tar.gz: 8c16eac6622a8c23c059e826cf015498ace5f3adb8f49fd2394588d3a36bbf24
5
5
  SHA512:
6
- metadata.gz: 0c39a33abfde393c731ed10bbe5ea86057745bed728942cf8b8ac28aa00a3f64173fd4d6e90877beed65c249a65534e027e8e838975426727063ace8f3dd52f6
7
- data.tar.gz: f641599031bf78150f0483070933ee356acecfa6c7038768f37c147eae85bf02186c499354533460838c8288d70d27d80360af0988585083887d75453c4c599c
6
+ metadata.gz: 3f132e7650c895b80e8493e4b7f45dec42664ae4c052f192221210aa2a00bcf309dc05c537867787c2d775ae5be2e6b189fdac2449e2d0f5e39174bac4ef35bc
7
+ data.tar.gz: 271d712286ae7f2aa581d3d00b741f0d8a939eb53a26d057f1dd1178c6d12c1147e2acd910d2ed10b526d9e83d83c44b804b8984d18c735c8cb5fd5b0247c6a0
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.14.1
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.1
4
+ version: 2.14.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Boxt