Sha256: 282081707e89c469c031c051dcd2ccb99cc273c737884828408700f2280edd67
Contents?: true
Size: 412 Bytes
Versions: 7182
Compression:
Stored size: 412 Bytes
Contents
# 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
7,182 entries across 7,143 versions & 52 rubygems
Version | Path |
---|---|
rubocop-0.44.1 | lib/rubocop/warning.rb |
rubocop-0.44.0 | lib/rubocop/warning.rb |