Itâs possible to extend RuboCop with custom (third-party) cops and formatters. Besides the --require command line option you can also specify ruby files that should be loaded with the optional require directive in the .rubocop.yml file: The paths are directly passed to Kernel.require. If your extension file is not in $LOAD_PATH, you need to specify the path as relative path prefixed with ./ explic
{{#tags}}- {{label}}
{{/tags}}