Sha256: 282081707e89c469c031c051dcd2ccb99cc273c737884828408700f2280edd67
Contents?: true
Size: 412 Bytes
Versions: 7136
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,136 entries across 7,097 versions & 51 rubygems