Skip to content
This repository was archived by the owner on Feb 19, 2026. It is now read-only.

Commit eb482e9

Browse files
authored
Merge pull request #12 from easysoftware/disable_presence_validation_on_belongs_to_cop
disable RedundantPresenceValidationOnBelongsTo
2 parents e6d4ddf + 285c92d commit eb482e9

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

default.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ Naming/VariableNumber:
6565

6666
Rails/ApplicationRecord:
6767
Enabled: false
68+
Rails/RedundantPresenceValidationOnBelongsTo:
69+
Enabled: false
6870

6971
Style/Documentation:
7072
Enabled: false

lib/easy_style/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module EasyStyle
22

3-
VERSION = "0.6.1"
3+
VERSION = "0.6.2"
44

55
end

0 commit comments

Comments
 (0)