tt_ruby_style 0.0.8 → 0.0.9

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: 5ed7f9b6015d7d63aea9f25d961c30c39f554a2010f6353fa8cc830004e91557
4
- data.tar.gz: 7cfa655af0db04cd9cbfcd509f772fef2b90c371a1f1bec83c3849033c501160
3
+ metadata.gz: 8dcc7290fef502332841049f807de5e0a0888bc1d5f4a8868a6bc57f1bd6b6e7
4
+ data.tar.gz: e1e2bb28f110e232a504ea12c1c4952cbbe1051ac203baa19a35a990c808950e
5
5
  SHA512:
6
- metadata.gz: 54c8564e22e527e017524cfbf833ac5e60a4fd0139e913c682137cda9c4dd5c07ba6a614d4acd76c05d07403e61713b1a9e4aaed0cb9a04d8b017cb987367d0f
7
- data.tar.gz: 190571e3459824e9769e8d0aa86bd666644f442f6d9d1cd3754f24919fcb3fd1e10c61da5e83b5ed253c2b2bc334d2b141992d88fd4cc0f722ae4daa45a1bbd8
6
+ metadata.gz: 34a6c1384fc850e3cfff428574fec22d3d5486d234725b6324c0b17ed0aafb8b10fbb0d16e26c3fe80163386b68f5168316593e51bd889e9694db3168d69c572
7
+ data.tar.gz: 8556cb13f485261eee96bf4a13d50f4b50a59f3835cb53860a96dac2a31394729961ef3b0431362af0da2aca76c186970390ffcd320e84dc5457cfb5c6344e44
@@ -8,6 +8,9 @@ AllCops:
8
8
  - 'lib/twirp/**/*'
9
9
  - 'lib/twirp_clients/**/*'
10
10
 
11
+
12
+ ### Rails
13
+
11
14
  Rails/UnknownEnv:
12
15
  Environments:
13
16
  - production
@@ -15,6 +18,11 @@ Rails/UnknownEnv:
15
18
  - test
16
19
  - staging
17
20
 
21
+ # This cop checks for the use of methods which skip validations which are listed
22
+ # in https://guides.rubyonrails.org/active_record_validations.html#skipping-validations
23
+ Rails/SkipsModelValidations:
24
+ Enabled: false
25
+
18
26
  ### Style
19
27
 
20
28
  # Eats a lot of the upper section space
@@ -1,5 +1,5 @@
1
1
  module TalentTech
2
2
  module Style
3
- VERSION = '0.0.8'.freeze
3
+ VERSION = '0.0.9'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tt_ruby_style
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - TalentTech Team