mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Few refactors
This commit is contained in:
parent
6d0b12c70f
commit
e99a69765f
9 changed files with 73 additions and 57 deletions
|
@ -10,6 +10,8 @@ module Ameba::Rule::Lint
|
|||
["foo"] === [foo]
|
||||
"foo" == foo
|
||||
"foo" != foo
|
||||
"foo" == FOO
|
||||
FOO == "foo"
|
||||
foo == "foo"
|
||||
foo != "foo"
|
||||
CRYSTAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue