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