Skip to content

Commit

Permalink
Update src/ameba/rule/lint/require_parentheses.cr
Browse files Browse the repository at this point in the history
Co-authored-by: Sijawusz Pur Rahnama <[email protected]>
  • Loading branch information
nobodywasishere and Sija authored Nov 26, 2024
1 parent fdaa2fc commit ef3f3c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ameba/rule/lint/require_parentheses.cr
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ module Ameba::Rule::Lint
# ```
class RequireParentheses < Base
properties do
since_version "1.7.0"
description "Disallows method calls with no parentheses and a logical operator in the argument list"
end

Expand Down

0 comments on commit ef3f3c4

Please sign in to comment.