mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Add custom NodeVisitor
subclass for Style/VariableNames
This commit is contained in:
parent
bd1a1a1fd4
commit
c9ba487373
2 changed files with 18 additions and 12 deletions
|
@ -38,7 +38,6 @@ module Ameba
|
|||
class Greeting
|
||||
def initialize(@badNamed = nil)
|
||||
# ^ error: Var name should be underscore-cased: @bad_named, not @badNamed
|
||||
# ^ error: Var name should be underscore-cased: bad_named, not badNamed
|
||||
end
|
||||
end
|
||||
CRYSTAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue