Module: Nucop

Defined in:
lib/nucop/helpers/cop_counter.rb,
lib/nucop.rb,
lib/nucop/cli.rb,
lib/nucop/version.rb,
lib/nucop/helpers/cop_set.rb,
lib/nucop/cops/no_wip_specs.rb,
lib/nucop/cops/ordered_hash.rb,
lib/nucop/helpers/file_path_helper.rb,
lib/nucop/formatters/junit_formatter.rb,
lib/nucop/helpers/factory_bot_helper.rb,
lib/nucop/cops/no_core_method_overrides.rb,
lib/nucop/formatters/git_diff_formatter.rb,
lib/nucop/helpers/next_cop_for_promotion.rb,
lib/nucop/cops/explicit_factory_bot_usage.rb,
lib/nucop/cops/release_toggles_use_symbols.rb,
lib/nucop/cops/shadowing_factory_bot_creation_methods.rb

Overview

class to count the number of cops from a list of RuboCop “only” options i.e. it accounts for whole “Departments”

Examaples: “Style/Blah” is 1 cops “Layout” may represent 70 cops

Defined Under Namespace

Modules: Formatters, Helpers Classes: Cli, ExplicitFactoryBotUsage, NoCoreMethodOverrides, NoWipSpecs, OrderedHash, ReleaseTogglesUseSymbols, ShadowingFactoryBotCreationMethods

Constant Summary collapse

VERSION =
"0.10.3"