rubocop
rubocop is a linter for Ruby.
You can enable the rubocop linter with:
Auto Enabling
rubocop will be auto-enabled if a .rubocop.yml
config file is present.
Settings
rubocop supports the following config files:
.rubocop.yml
You can move these files to .trunk/configs
and trunk check
will still find them. See Moving Linter Configs for more info.
Links
rubocop Trunk Code Quality integration source
Trunk Code Quality's open source plugins repo
Last updated