rentacop 0.1.9 → 0.1.10

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: 40d7f2bfd05a68bb0ee3999542dfd23b20dffff413f3aa53a2253f90c67f8e11
4
- data.tar.gz: abaca4f6a5558ae4eb2d5fba54449fe9d3788bb481a2ecbb2b777fbd8ed389f9
3
+ metadata.gz: 41edb74ee40373cc4469551e076e70a08da0c1e9233bd14551c3572311a060ac
4
+ data.tar.gz: c84c0dc2c2e4a17e20e26099e92d1e6baab6bb7033bf652d0d5367ac797b4e27
5
5
  SHA512:
6
- metadata.gz: 4e680d78fe1127970232bcaed07cae73d0c597409e085f36869384f21e8f86ef76bfd8bbdfe66fa556f63ec82b1bd23f67f9d8234a1cc09d8185a0f50ec73f02
7
- data.tar.gz: dd3acfc98ba2aaf965d7ba0c42dc9b8ded663c6cafa9840cd2b03eb14b468094780b661b5f1e59d042724f43daf928f07f97f6ce5fda7ad27566cb2b0a5c657c
6
+ metadata.gz: 42e0b776b21f1777c5405c93745f8bda9cdb2ecf6074ddf1fb706b9ea9865f8afa1ce7ef633f1cfaa2f3a12c042cebdecb30fb6db8b5a87434335e8a87073b17
7
+ data.tar.gz: a03449b3cf71127c23cbed3d3abaebe7426402e423b06a57a8b54d93c0af3a815a77046ac25e0d741b30540f5ed5e7c95cf121e0411f323cd639fc8dc3f68537
@@ -1,3 +1,3 @@
1
1
  module Rentacop
2
- VERSION = '0.1.9'
2
+ VERSION = '0.1.10'
3
3
  end
data/rentacop.yml CHANGED
@@ -45,6 +45,10 @@ Layout/MultilineOperationIndentation:
45
45
 
46
46
  # === Lint ===
47
47
 
48
+ # Allow `it` instead of `it()` inside a block
49
+ Lint/ItWithoutArgumentsInBlock:
50
+ Enabled: false
51
+
48
52
  # Not all inheriting classes need to call `super` in their constructor
49
53
  Lint/MissingSuper:
50
54
  Enabled: false
@@ -54,6 +58,8 @@ Lint/NonAtomicFileOperation:
54
58
  Enabled: false
55
59
 
56
60
 
61
+
62
+
57
63
  # === Metrics ===
58
64
 
59
65
  # Allow some complexity
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rentacop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danny Ben Shitrit