method

create_rubocop_file

rails latest stable - Class: Rails::Generators::PluginGenerator

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

create_rubocop_file()
public

No documentation available.

# File railties/lib/rails/generators/rails/plugin/plugin_generator.rb, line 259
      def create_rubocop_file
        return if skip_rubocop?
        build(:rubocop)
      end