Sha256: 58a3baaad03900f1ebaa8965b05e7dd43fee2aa8f7763c08a7a92b92ad2a1bfc

Contents?: true

Size: 430 Bytes

Versions: 14

Compression:

Stored size: 430 Bytes

Contents

# encoding: utf-8
# frozen_string_literal: true

module RuboCop
  # A Warning exception is different from an Offense with severity 'warning'
  # When a Warning is raised, this means that RuboCop was unable to perform a
  # requested operation (such as inspecting or correcting a source file) due to
  # user error
  # For example, a configuration value in .rubocop.yml might be malformed
  class Warning < StandardError
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
fluent-plugin-detect-memb-exceptions-0.0.2 vendor/bundle/ruby/2.0.0/gems/rubocop-0.42.0/lib/rubocop/warning.rb
fluent-plugin-detect-memb-exceptions-0.0.1 vendor/bundle/ruby/2.0.0/gems/rubocop-0.42.0/lib/rubocop/warning.rb
rubocop-0.43.0 lib/rubocop/warning.rb
rubocop-0.42.0 lib/rubocop/warning.rb
rubocop-0.41.2 lib/rubocop/warning.rb
rubocop-0.41.1 lib/rubocop/warning.rb
rubocop-0.41.0 lib/rubocop/warning.rb
rubocop-0.40.0 lib/rubocop/warning.rb
rubocop-0.39.0 lib/rubocop/warning.rb
rubocop-0.38.0 lib/rubocop/warning.rb
rubocop-0.37.2 lib/rubocop/warning.rb
rubocop-0.37.1 lib/rubocop/warning.rb
rubocop-0.37.0 lib/rubocop/warning.rb
rubocop-0.36.0 lib/rubocop/warning.rb