run

in lib/cc/engine/rubocop.rb [27:39]


      def run
        Dir.chdir(root) do
          files_to_inspect.each do |path|
            SourceFile.new(
              config_store: config_store.for(path),
              io: io,
              path: path,
              root: root,
            ).inspect
          end
        end
      end