Few refactors

This commit is contained in:
Sijawusz Pur Rahnama 2023-12-27 19:42:50 +01:00
parent 6d0b12c70f
commit e99a69765f
9 changed files with 73 additions and 57 deletions

View file

@ -10,6 +10,8 @@ module Ameba::Rule::Lint
["foo"] === [foo]
"foo" == foo
"foo" != foo
"foo" == FOO
FOO == "foo"
foo == "foo"
foo != "foo"
CRYSTAL