Sha256: 562a0ded0b2c0c2bd20527a897d4ea7636d18e0a6a71a8f3d2a0544dd4aa6a56

Contents?: true

Size: 457 Bytes

Versions: 259

Compression:

Stored size: 457 Bytes

Contents

# frozen_string_literal: true

module RuboCop
  module Cop
    module Layout
      # Checks for semicolon (;) preceded by space.
      #
      # @example
      #   # bad
      #   x = 1 ; y = 2
      #
      #   # good
      #   x = 1; y = 2
      class SpaceBeforeSemicolon < Base
        include SpaceBeforePunctuation
        extend AutoCorrector

        def kind(token)
          'semicolon' if token.semicolon?
        end
      end
    end
  end
end

Version data entries

259 entries across 250 versions & 23 rubygems

Version Path
rubocop-1.68.0 lib/rubocop/cop/layout/space_before_semicolon.rb
rubocop-1.67.0 lib/rubocop/cop/layout/space_before_semicolon.rb
rubocop-1.66.1 lib/rubocop/cop/layout/space_before_semicolon.rb
rubocop-1.66.0 lib/rubocop/cop/layout/space_before_semicolon.rb
rubocop-1.65.1 lib/rubocop/cop/layout/space_before_semicolon.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_before_semicolon.rb
rubocop-1.65.0 lib/rubocop/cop/layout/space_before_semicolon.rb
cm-admin-1.5.22 vendor/bundle/ruby/3.3.0/gems/rubocop-1.35.1/lib/rubocop/cop/layout/space_before_semicolon.rb
cm-admin-1.5.21 vendor/bundle/ruby/3.3.0/gems/rubocop-1.35.1/lib/rubocop/cop/layout/space_before_semicolon.rb
cm-admin-1.5.20 vendor/bundle/ruby/3.3.0/gems/rubocop-1.35.1/lib/rubocop/cop/layout/space_before_semicolon.rb
katalyst-govuk-formbuilder-1.9.2 vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_before_semicolon.rb
rubocop-1.64.1 lib/rubocop/cop/layout/space_before_semicolon.rb
rubocop-1.63.4 lib/rubocop/cop/layout/space_before_semicolon.rb
rubocop-1.63.3 lib/rubocop/cop/layout/space_before_semicolon.rb
rubocop-1.63.2 lib/rubocop/cop/layout/space_before_semicolon.rb
harbr-2.8.1 vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/layout/space_before_semicolon.rb
rubocop-1.63.1 lib/rubocop/cop/layout/space_before_semicolon.rb
rubocop-1.63.0 lib/rubocop/cop/layout/space_before_semicolon.rb
bison-0.1.0 vendor/bundle/ruby/3.2.0/gems/rubocop-1.62.1/lib/rubocop/cop/layout/space_before_semicolon.rb
rubocop-1.62.1 lib/rubocop/cop/layout/space_before_semicolon.rb