rubocop
Last updated
Last updated
is a linter for Ruby.
You can enable the rubocop linter with:
rubocop will be auto-enabled if a .rubocop.yml
config file is present.
rubocop supports the following config files:
.rubocop.yml
You can move these files to .trunk/configs
and trunk check
will still find them. See for more info.
rubocop Trunk Code Quality
Trunk Code Quality's