ezcater_rubocop 2.0.0 → 2.1.0.pre1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: 1436184ef303d8ee4af5050b33caa9872e1b233e1c7ce4411f7ceeb9355600ad
4
- data.tar.gz: 21f8449c813f89d22e94e108dd4d0376ade3aaca8aab49bac4a2f22c2dfba853
2
+ SHA1:
3
+ metadata.gz: dc53c113d14af04b42efb7dfefc2b412bc9b5083
4
+ data.tar.gz: 7d59fa7723d049a41c577cdfb5f3fc1c37632298
5
5
  SHA512:
6
- metadata.gz: 4303c34cab47b80bc2982b134b41664af92c8e28a00aec643072791533db3d15727edbb72bea60c2fc1336d9aca8a87b272bf920b9f3b3fac386da9210f32fb4
7
- data.tar.gz: bc3c02d74a88f087605de81e130cbb74672c6884a36d49601104f3b1297d8caa42469d7d3a54c75b51bd87d3479611951fe666fad5ff3d1595e0cfe4a3005ba6
6
+ metadata.gz: e5f42422a9d4b7a39188d5ccb727cc3721491fd11ec96045aa9aac6f77eb71cded8805dce11acc9680f77191477e691553df93568f9fc0cf012b332895e71574
7
+ data.tar.gz: 395f0846f7f3f8fce5b123f74ed11f7efc828144d36dde7adc63ca205d3c087b691a57336aa08c4f002045368f6cd3b2f828ecf5a858c34c8688e1f4b7775766
@@ -6,6 +6,9 @@ This gem is moving onto its own [Semantic Versioning](https://semver.org/) schem
6
6
 
7
7
  Prior to v1.0.0 this gem was versioned based on the `MAJOR`.`MINOR` version of RuboCop. The first release of the ezcater_rubocop gem was `v0.49.0`.
8
8
 
9
+ ## Unreleased
10
+ - Enable `Rails/SaveBang` with `AllowImplicitReturn: false`, and with autocorrection disabled.
11
+
9
12
  ## v2.0.0
10
13
  - Update to `rubocop` v0.81.0, `rubocop-rspec` v1.38.1 and `rubocop-rails` v2.5.2.
11
14
  - This is being released as a major update because cops have been renamed so this is unlikely to be
@@ -47,6 +47,11 @@ Rails/UnknownEnv:
47
47
  - staging
48
48
  - production
49
49
 
50
+ Rails/SaveBang:
51
+ Enabled: true
52
+ AllowImplicitReturn: false
53
+ AutoCorrect: False
54
+
50
55
  Ezcater/RailsTopLevelSqlExecute:
51
56
  Description: 'Use `execute` instead of `ActiveRecord::Base.connection.execute` in migrations.'
52
57
  Enabled: true
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EzcaterRubocop
4
- VERSION = "2.0.0"
4
+ VERSION = "2.1.0.pre1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ezcater_rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.1.0.pre1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ezCater, Inc
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-29 00:00:00.000000000 Z
11
+ date: 2020-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -191,7 +191,7 @@ licenses:
191
191
  - MIT
192
192
  metadata:
193
193
  allowed_push_host: https://rubygems.org
194
- post_install_message:
194
+ post_install_message:
195
195
  rdoc_options: []
196
196
  require_paths:
197
197
  - lib
@@ -202,12 +202,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
202
202
  version: '0'
203
203
  required_rubygems_version: !ruby/object:Gem::Requirement
204
204
  requirements:
205
- - - ">="
205
+ - - ">"
206
206
  - !ruby/object:Gem::Version
207
- version: '0'
207
+ version: 1.3.1
208
208
  requirements: []
209
- rubygems_version: 3.0.6
210
- signing_key:
209
+ rubyforge_project:
210
+ rubygems_version: 2.6.11
211
+ signing_key:
211
212
  specification_version: 4
212
213
  summary: ezCater custom cops and shared configuration
213
214
  test_files: []