Class: Ukiryu::CliCommands::LintCommand
- Inherits:
-
Thor
- Object
- Thor
- Ukiryu::CliCommands::LintCommand
- Defined in:
- lib/ukiryu/cli_commands/lint_command.rb
Overview
Lint tool definitions for best practices
The lint command checks tool definitions for best practices, deprecated patterns, and potential issues.
Instance Method Summary collapse
Instance Method Details
#all ⇒ Object
23 24 25 |
# File 'lib/ukiryu/cli_commands/lint_command.rb', line 23 def all lint_all end |
#file(path) ⇒ Object
17 18 19 |
# File 'lib/ukiryu/cli_commands/lint_command.rb', line 17 def file(path) lint_file(path) end |
#rules ⇒ Object
28 29 30 |
# File 'lib/ukiryu/cli_commands/lint_command.rb', line 28 def rules list_rules end |