Autocasting will do the work

This commit is contained in:
Sijawusz Pur Rahnama 2022-11-26 02:02:25 +01:00
parent 33ef9c6293
commit adff510cb6

View file

@ -21,7 +21,7 @@ module Ameba::Rule::Lint
class Syntax < Base
properties do
description "Reports invalid Crystal syntax"
severity Ameba::Severity::Error
severity :error
end
def test(source)