Class: UnusedUnresolvedLinter
- Inherits:
-
GrammarLinter
- Object
- GrammarPlugin
- GrammarLinter
- UnusedUnresolvedLinter
- Defined in:
- lib/ruby_grammar_builder/linters/unused_unresolved.rb
Instance Method Summary collapse
Methods inherited from GrammarLinter
Methods inherited from GrammarPlugin
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 |