Module: ImproveYourCode::SmellDetectors

Defined in:
lib/improve_your_code/smell_detectors/base_detector.rb,
lib/improve_your_code/smell_detectors/too_many_methods.rb,
lib/improve_your_code/smell_detectors/unused_parameters.rb,
lib/improve_your_code/smell_detectors/too_many_constants.rb,
lib/improve_your_code/smell_detectors/long_parameter_list.rb,
lib/improve_your_code/smell_detectors/too_many_statements.rb,
lib/improve_your_code/smell_detectors/unused_private_method.rb,
lib/improve_your_code/smell_detectors/too_many_instance_variables.rb,
lib/improve_your_code/smell_detectors/uncommunicative_method_name.rb,
lib/improve_your_code/smell_detectors/uncommunicative_module_name.rb,
lib/improve_your_code/smell_detectors/uncommunicative_variable_name.rb

Defined Under Namespace

Classes: BaseDetector, LongParameterList, TooManyConstants, TooManyInstanceVariables, TooManyMethods, TooManyStatements, UncommunicativeMethodName, UncommunicativeModuleName, UncommunicativeVariableName, UnusedParameters, UnusedPrivateMethod