spec/cc/engine/rubocop_spec.rb [12:22]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          def method
            unused = "x"

            return false
          end
        EORUBY

        run_engine

        expect(issues).to include_check "Lint/UselessAssignment"
      end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/cc/engine/rubocop_spec.rb [118:128]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          def method
            unused = "x"

            return false
          end
        EORUBY

        run_engine

        expect(issues).to include_check "Lint/UselessAssignment"
      end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



