rubocop-treatwell 0.1.2 → 0.2.0

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: 670b70acc6b7ada62a1af18caaac25a94e09658a8df3d6137c40c6cdea1e0a1f
4
- data.tar.gz: a2587007da4845231cb2cead341a54c22ac7940f9e95e3d730cc5034242eb547
3
+ metadata.gz: bf5c2880cd3a1fd35ee9d339c0d3b94a487c8914fd0020cfce5367e4fd6af3b7
4
+ data.tar.gz: 3d8ed98e4a8ad5ce54b74d8db143a879e6ea7e17d439fa51b36e7512dd05bb59
5
5
  SHA512:
6
- metadata.gz: '08a21553d674ad82be85898a5932e12d0896f9b91a1c9f82c174f7964f9e419e69553383959e5369ee29384f769772d10289d0a71b2e61bfc0ddd2feb7819eee'
7
- data.tar.gz: e161217bd47e412b822d47e6d5099598c71f060fb79cf74b482f9b762813f33f5d9ab89d98c3d6408c1b32706afe97eef7cee7607cac81bd30162c6b12d684dc
6
+ metadata.gz: 849a4aabd2a76445d069c275d9aeeae1bb49255ec53a7e353369e6342f809b171198280810d4f4617cc7aec164671261251d7e8e2283ae9a5237d13ba25b8c27
7
+ data.tar.gz: fef30eafcf9a65f3d0ac8a5f622ebab1cfaf590aeff7a51478b76734d46caed72b48306e3d62420d6b97c7528a15a5406f4184dcf4b0e9f152a6c279dd5c6c6c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rubocop-treatwell (0.1.2)
4
+ rubocop-treatwell (0.2.0)
5
5
  rubocop (~> 1.50.0)
6
6
  rubocop-checkstyle_formatter (~> 0.6.0)
7
7
  rubocop-performance (~> 1.17.0)
@@ -79,7 +79,10 @@ GEM
79
79
  unicode-display_width (2.4.2)
80
80
 
81
81
  PLATFORMS
82
- arm64-darwin-22
82
+ arm64-darwin
83
+ ruby
84
+ x86_64-darwin
85
+ x86_64-linux
83
86
 
84
87
  DEPENDENCIES
85
88
  rake (~> 13.0)
data/config/default.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  Rails/UnscopedOverNonModelConstant:
2
2
  Description: 'Identifies calls to `unscoped` over non model constants.'
3
- Enabled: pending
3
+ Enabled: true
4
4
  VersionAdded: '0.1.0'
5
5
  AllowedMethods: []
@@ -1,2 +1,3 @@
1
1
  # frozen_string_literal: true
2
+
2
3
  require_relative 'rails/unscoped_over_non_model_constant'
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Treatwell
5
- VERSION = "0.1.2"
5
+ VERSION = "0.2.0"
6
6
  end
7
7
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.summary = "Shared style guide for Treatwell Ruby projects"
12
12
  spec.description = "Treatwell::RubyStyle provides a set of shared style guide used across all Treatwell Ruby projects"
13
13
  spec.homepage = "https://github.com/treatwell/ruby-style"
14
- spec.required_ruby_version = ">= 2.6.0"
14
+ spec.required_ruby_version = ">= 2.7.0"
15
15
 
16
16
  spec.metadata["allowed_push_host"] = "https://rubygems.org"
17
17
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-treatwell
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Treatwell Team
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-06-05 00:00:00.000000000 Z
11
+ date: 2023-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -120,7 +120,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
120
120
  requirements:
121
121
  - - ">="
122
122
  - !ruby/object:Gem::Version
123
- version: 2.6.0
123
+ version: 2.7.0
124
124
  required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  requirements:
126
126
  - - ">="