To use the standardrb configuration for Rubocop:
# .rubocop.yml
require: standard
inherit_gem:
standard: config/base.ymlUseful if your editor uses Rubocop to show linting issues, but you still want to follow the rules of standardrb.
Aug 15, 2025
To use the standardrb configuration for Rubocop:
# .rubocop.yml
require: standard
inherit_gem:
standard: config/base.ymlUseful if your editor uses Rubocop to show linting issues, but you still want to follow the rules of standardrb.