art-rubocop 1.1.1 → 1.1.2

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/art-rubocop.gemspec +1 -1
  3. data/default.yml +0 -11
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 012f9fb6d4843d001b405e5ca867f59b31d0c869bbef4a4768ee4642085dfff7
4
- data.tar.gz: 3b1f7a92447b6a099aee61922948802f81a6888cbfd9c1fef695c6e249c89157
3
+ metadata.gz: c546823f789697f23363470080ccebea52fb48984e1df1d27c0d27cf86f6ac13
4
+ data.tar.gz: e0b4179be959461a8f616447eac974febeaa6d7d5da4323c17a5fc851d5b7cb1
5
5
  SHA512:
6
- metadata.gz: 37b8e016ab3eaac121ef79c29c2b26ce22ca58e5883871452ff836a4847f9ed459354c550a763cfda0389250c59899dc9c5e0a514ad02f366cfef0454cf01d13
7
- data.tar.gz: e3d59d3dec99a08d498a9425b485399aae470444b59465c457f58f388a37ff6efef61ace102201e470a8817e8c629a831b0df8b84a75f64867ddabdcc04dd06f
6
+ metadata.gz: 520c91086736c43b99f0573a04155107a7cfe4f2ae0f625ea88689b9e7dbc496ca4bda78bd3b9cbae02329034034b1386524d02a463cb70229d0c26607085801
7
+ data.tar.gz: 912e8381cb11f00a584c549370fbe7bd29c6803d6139f6becafed1b0da7cfba55a797ac04547cda27a0ffadca501c369dc27fdc6e3e56dc0fec26a069162c58d
data/art-rubocop.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "art-rubocop"
5
- spec.version = "1.1.1"
5
+ spec.version = "1.1.2"
6
6
  spec.authors = ["Growth Engineering"]
7
7
  spec.email = ["devinrm@articulate.com"]
8
8
  spec.summary = "Rubocop style guide for Articulate Growth Engineering"
data/default.yml CHANGED
@@ -898,17 +898,6 @@ Rails/Validation:
898
898
  Description: "Use validates :attribute, hash of validations."
899
899
  Enabled: false
900
900
 
901
- Capybara/CurrentPathExpectation:
902
- Description: Checks that no expectations are set on Capybara's `current_path`.
903
- Enabled: true
904
- StyleGuide: http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/Capybara/CurrentPathExpectation
905
-
906
- Capybara/FeatureMethods:
907
- Description: Checks for consistent method usage in feature specs.
908
- Enabled: false
909
- EnabledMethods: []
910
- StyleGuide: http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/Capybara/FeatureMethods
911
-
912
901
  RSpec/FactoryBot/AttributeDefinedStatically:
913
902
  Description: Always declare attribute values as blocks.
914
903
  Enabled: true
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: art-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Growth Engineering