mirror of
https://github.com/mgechev/revive.git
synced 2025-11-23 22:04:49 +02:00
Remove useless getter
This commit is contained in:
@@ -30,7 +30,7 @@ func (r *ArgumentsLimitRule) Apply(file *linter.File, arguments linter.Arguments
|
||||
},
|
||||
}
|
||||
|
||||
ast.Walk(walker, file.GetAST())
|
||||
ast.Walk(walker, file.AST)
|
||||
|
||||
return failures
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user