Skip to content

Commit

Permalink
Revert "Small change to test json schema CI"
Browse files Browse the repository at this point in the history
This reverts commit 3ed5cfc.
  • Loading branch information
nobodywasishere committed Nov 26, 2024
1 parent 3ed5cfc commit 04eeb13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ameba/rule/lint/require_parentheses.cr
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ module Ameba::Rule::Lint
properties do
since_version "1.7.0"
description "Disallows method calls with no parentheses and a logical operator in the argument list"
other_option %w(1 2 3)
end

MSG = "Use parentheses in the method call to avoid confusion about precedence"
Expand Down

0 comments on commit 04eeb13

Please sign in to comment.