Method: CodeFormatter::SwiftLintFormatter#shell_command
- Defined in:
- lib/code_formatter/formatters/swift_lint_formatter.rb
#shell_command ⇒ Object
16 17 18 |
# File 'lib/code_formatter/formatters/swift_lint_formatter.rb', line 16 def shell_command 'swiftlint' end |