Class: UnusedUnresolvedLinter

Inherits:
GrammarLinter show all
Defined in:
lib/ruby_grammar_builder/linters/unused_unresolved.rb

Instance Method Summary collapse

Methods inherited from GrammarLinter

#pre_lint

Methods inherited from GrammarPlugin

display_options, options

Instance Method Details

#post_lint(grammar_hash) ⇒ Object



4
5
6
# File 'lib/ruby_grammar_builder/linters/unused_unresolved.rb', line 4

def post_lint(grammar_hash)
    true
end