lib/wcc/commit_lint/commit_check.rb -- 4 warnings: lib/wcc/commit_lint/commit_check.rb:6: ControlParameter: CommitCheck#self.fail? is controlled by argument 'options' [https://github.com/troessner/reek/blob/master/docs/Control-Parameter.md] lib/wcc/commit_lint/commit_check.rb:4: IrresponsibleModule: CommitCheck has no descriptive comment [https://github.com/troessner/reek/blob/master/docs/Irresponsible-Module.md] lib/wcc/commit_lint/commit_check.rb:9: UnusedParameters: CommitCheck#initialize has unused parameter 'message' [https://github.com/troessner/reek/blob/master/docs/Unused-Parameters.md] lib/wcc/commit_lint/commit_check.rb:9: UnusedParameters: CommitCheck#initialize has unused parameter 'options' [https://github.com/troessner/reek/blob/master/docs/Unused-Parameters.md] lib/wcc/commit_lint/empty_line_check.rb -- 1 warning: lib/wcc/commit_lint/empty_line_check.rb:4: IrresponsibleModule: EmptyLineCheck has no descriptive comment [https://github.com/troessner/reek/blob/master/docs/Irresponsible-Module.md] lib/wcc/commit_lint/subject_cap_check.rb -- 1 warning: lib/wcc/commit_lint/subject_cap_check.rb:4: IrresponsibleModule: SubjectCapCheck has no descriptive comment [https://github.com/troessner/reek/blob/master/docs/Irresponsible-Module.md] lib/wcc/commit_lint/subject_length_check.rb -- 2 warnings: lib/wcc/commit_lint/subject_length_check.rb:25: DuplicateMethodCall: SubjectLengthCheck#fail? calls '@subject.length' 2 times [https://github.com/troessner/reek/blob/master/docs/Duplicate-Method-Call.md] lib/wcc/commit_lint/subject_length_check.rb:4: IrresponsibleModule: SubjectLengthCheck has no descriptive comment [https://github.com/troessner/reek/blob/master/docs/Irresponsible-Module.md] lib/wcc/commit_lint/subject_period_check.rb -- 1 warning: lib/wcc/commit_lint/subject_period_check.rb:4: IrresponsibleModule: SubjectPeriodCheck has no descriptive comment [https://github.com/troessner/reek/blob/master/docs/Irresponsible-Module.md] lib/wcc/commit_lint/subject_words_check.rb -- 1 warning: lib/wcc/commit_lint/subject_words_check.rb:4: IrresponsibleModule: SubjectWordsCheck has no descriptive comment [https://github.com/troessner/reek/blob/master/docs/Irresponsible-Module.md] lib/wcc/commit_lint.rb -- 4 warnings: lib/wcc/commit_lint.rb:143: DuplicateMethodCall: Danger::DangerWCC::CommitLint#warning_checks calls '@config[:warn]' 2 times [https://github.com/troessner/reek/blob/master/docs/Duplicate-Method-Call.md] lib/wcc/commit_lint.rb:149: FeatureEnvy: Danger::DangerWCC::CommitLint#messages refers to 'commit' more than self (maybe move it to another class?) [https://github.com/troessner/reek/blob/master/docs/Feature-Envy.md] lib/wcc/commit_lint.rb:90: NestedIterators: Danger::DangerWCC::CommitLint#check_messages contains iterators nested 2 deep [https://github.com/troessner/reek/blob/master/docs/Nested-Iterators.md] lib/wcc/commit_lint.rb:101: UncommunicativeVariableName: Danger::DangerWCC::CommitLint#check_and_issue has the variable name 'c' [https://github.com/troessner/reek/blob/master/docs/Uncommunicative-Variable-Name.md] lib/wcc/github.rb -- 3 warnings: lib/wcc/github.rb:20: DuplicateMethodCall: Github#add_labels calls 'github.api' 2 times [https://github.com/troessner/reek/blob/master/docs/Duplicate-Method-Call.md] lib/wcc/github.rb:3: IrresponsibleModule: Github has no descriptive comment [https://github.com/troessner/reek/blob/master/docs/Irresponsible-Module.md] lib/wcc/github.rb:19: UncommunicativeVariableName: Github#add_labels has the variable name 'l' [https://github.com/troessner/reek/blob/master/docs/Uncommunicative-Variable-Name.md] lib/wcc/plugin.rb -- 3 warnings: lib/wcc/plugin.rb:53: TooManyStatements: Danger::DangerWCC#reek has approx 7 statements [https://github.com/troessner/reek/blob/master/docs/Too-Many-Statements.md] lib/wcc/plugin.rb:60: UncommunicativeVariableName: Danger::DangerWCC#reek has the variable name 'l' [https://github.com/troessner/reek/blob/master/docs/Uncommunicative-Variable-Name.md] lib/wcc/plugin.rb:61: UncommunicativeVariableName: Danger::DangerWCC#reek has the variable name 'm' [https://github.com/troessner/reek/blob/master/docs/Uncommunicative-Variable-Name.md] lib/wcc/rubocop_exceptions.rb -- 25 warnings: lib/wcc/rubocop_exceptions.rb:32: DuplicateMethodCall: Danger::DangerWCC::RubocopExceptions#build_message calls 'e[:context_lines]' 2 times [https://github.com/troessner/reek/blob/master/docs/Duplicate-Method-Call.md] lib/wcc/rubocop_exceptions.rb:80: DuplicateMethodCall: Danger::DangerWCC::RubocopExceptions#find_context calls 'l.content' 2 times [https://github.com/troessner/reek/blob/master/docs/Duplicate-Method-Call.md] lib/wcc/rubocop_exceptions.rb:57: DuplicateMethodCall: Danger::DangerWCC::RubocopExceptions#find_new_exceptions calls 'file.b_path' 2 times [https://github.com/troessner/reek/blob/master/docs/Duplicate-Method-Call.md] lib/wcc/rubocop_exceptions.rb:86: DuplicateMethodCall: Danger::DangerWCC::RubocopExceptions#find_reenable calls 'file_contents.lines' 2 times [https://github.com/troessner/reek/blob/master/docs/Duplicate-Method-Call.md] lib/wcc/rubocop_exceptions.rb:71: DuplicateMethodCall: Danger::DangerWCC::RubocopExceptions#make_violation calls 'hunk.lines' 2 times [https://github.com/troessner/reek/blob/master/docs/Duplicate-Method-Call.md] lib/wcc/rubocop_exceptions.rb:64: DuplicateMethodCall: Danger::DangerWCC::RubocopExceptions#make_violation calls 'line.line_number' 2 times [https://github.com/troessner/reek/blob/master/docs/Duplicate-Method-Call.md] lib/wcc/rubocop_exceptions.rb:64: DuplicateMethodCall: Danger::DangerWCC::RubocopExceptions#make_violation calls 'line.line_number.right' 2 times [https://github.com/troessner/reek/blob/master/docs/Duplicate-Method-Call.md] lib/wcc/rubocop_exceptions.rb:95: DuplicateMethodCall: Danger::DangerWCC::RubocopExceptions#rubocop_line? calls 'l.content' 2 times [https://github.com/troessner/reek/blob/master/docs/Duplicate-Method-Call.md] lib/wcc/rubocop_exceptions.rb:29: FeatureEnvy: Danger::DangerWCC::RubocopExceptions#build_message refers to 'e' more than self (maybe move it to another class?) [https://github.com/troessner/reek/blob/master/docs/Feature-Envy.md] lib/wcc/rubocop_exceptions.rb:80: FeatureEnvy: Danger::DangerWCC::RubocopExceptions#find_context refers to 'l' more than self (maybe move it to another class?) [https://github.com/troessner/reek/blob/master/docs/Feature-Envy.md] lib/wcc/rubocop_exceptions.rb:6: IrresponsibleModule: Danger::DangerWCC::RubocopExceptions has no descriptive comment [https://github.com/troessner/reek/blob/master/docs/Irresponsible-Module.md] lib/wcc/rubocop_exceptions.rb:62: LongParameterList: Danger::DangerWCC::RubocopExceptions#make_violation has 4 parameters [https://github.com/troessner/reek/blob/master/docs/Long-Parameter-List.md] lib/wcc/rubocop_exceptions.rb:90: NilCheck: Danger::DangerWCC::RubocopExceptions#find_reenable performs a nil-check [https://github.com/troessner/reek/blob/master/docs/Nil-Check.md] lib/wcc/rubocop_exceptions.rb:70: NilCheck: Danger::DangerWCC::RubocopExceptions#make_violation performs a nil-check [https://github.com/troessner/reek/blob/master/docs/Nil-Check.md] lib/wcc/rubocop_exceptions.rb:28: UncommunicativeParameterName: Danger::DangerWCC::RubocopExceptions#build_message has the parameter name 'e' [https://github.com/troessner/reek/blob/master/docs/Uncommunicative-Parameter-Name.md] lib/wcc/rubocop_exceptions.rb:45: UncommunicativeParameterName: Danger::DangerWCC::RubocopExceptions#message_severity has the parameter name 'e' [https://github.com/troessner/reek/blob/master/docs/Uncommunicative-Parameter-Name.md] lib/wcc/rubocop_exceptions.rb:94: UncommunicativeParameterName: Danger::DangerWCC::RubocopExceptions#rubocop_line? has the parameter name 'l' [https://github.com/troessner/reek/blob/master/docs/Uncommunicative-Parameter-Name.md] lib/wcc/rubocop_exceptions.rb:79: UncommunicativeVariableName: Danger::DangerWCC::RubocopExceptions#find_context has the variable name 'l' [https://github.com/troessner/reek/blob/master/docs/Uncommunicative-Variable-Name.md] lib/wcc/rubocop_exceptions.rb:56: UncommunicativeVariableName: Danger::DangerWCC::RubocopExceptions#find_new_exceptions has the variable name 'm' [https://github.com/troessner/reek/blob/master/docs/Uncommunicative-Variable-Name.md] lib/wcc/rubocop_exceptions.rb:88: UncommunicativeVariableName: Danger::DangerWCC::RubocopExceptions#find_reenable has the variable name 'l' [https://github.com/troessner/reek/blob/master/docs/Uncommunicative-Variable-Name.md] lib/wcc/rubocop_exceptions.rb:89: UncommunicativeVariableName: Danger::DangerWCC::RubocopExceptions#find_reenable has the variable name 'm' [https://github.com/troessner/reek/blob/master/docs/Uncommunicative-Variable-Name.md] lib/wcc/rubocop_exceptions.rb:18: UncommunicativeVariableName: Danger::DangerWCC::RubocopExceptions#perform has the variable name 'e' [https://github.com/troessner/reek/blob/master/docs/Uncommunicative-Variable-Name.md] lib/wcc/rubocop_exceptions.rb:84: UtilityFunction: Danger::DangerWCC::RubocopExceptions#find_reenable doesn't depend on instance state (maybe move it to another class?) [https://github.com/troessner/reek/blob/master/docs/Utility-Function.md] lib/wcc/rubocop_exceptions.rb:45: UtilityFunction: Danger::DangerWCC::RubocopExceptions#message_severity doesn't depend on instance state (maybe move it to another class?) [https://github.com/troessner/reek/blob/master/docs/Utility-Function.md] lib/wcc/rubocop_exceptions.rb:94: UtilityFunction: Danger::DangerWCC::RubocopExceptions#rubocop_line? doesn't depend on instance state (maybe move it to another class?) [https://github.com/troessner/reek/blob/master/docs/Utility-Function.md] lib/wcc/todos.rb -- 18 warnings: lib/wcc/todos.rb:61: DuplicateMethodCall: Danger::DangerWCC::Todos#find_link_in_context calls 'line.line_number' 2 times [https://github.com/troessner/reek/blob/master/docs/Duplicate-Method-Call.md] lib/wcc/todos.rb:61: DuplicateMethodCall: Danger::DangerWCC::Todos#find_link_in_context calls 'line.line_number.right' 2 times [https://github.com/troessner/reek/blob/master/docs/Duplicate-Method-Call.md] lib/wcc/todos.rb:28: DuplicateMethodCall: Danger::DangerWCC::Todos#issue_message calls 'result[:file]' 2 times [https://github.com/troessner/reek/blob/master/docs/Duplicate-Method-Call.md] lib/wcc/todos.rb:26: DuplicateMethodCall: Danger::DangerWCC::Todos#issue_message calls 'result[:file_link]' 2 times [https://github.com/troessner/reek/blob/master/docs/Duplicate-Method-Call.md] lib/wcc/todos.rb:28: DuplicateMethodCall: Danger::DangerWCC::Todos#issue_message calls 'result[:line]' 2 times [https://github.com/troessner/reek/blob/master/docs/Duplicate-Method-Call.md] lib/wcc/todos.rb:25: DuplicateMethodCall: Danger::DangerWCC::Todos#issue_message calls 'result[:link]' 3 times [https://github.com/troessner/reek/blob/master/docs/Duplicate-Method-Call.md] lib/wcc/todos.rb:47: DuplicateMethodCall: Danger::DangerWCC::Todos#make_violation calls 'file.b_path' 2 times [https://github.com/troessner/reek/blob/master/docs/Duplicate-Method-Call.md] lib/wcc/todos.rb:61: FeatureEnvy: Danger::DangerWCC::Todos#find_link_in_context refers to 'line' more than self (maybe move it to another class?) [https://github.com/troessner/reek/blob/master/docs/Feature-Envy.md] lib/wcc/todos.rb:25: FeatureEnvy: Danger::DangerWCC::Todos#issue_message refers to 'result' more than self (maybe move it to another class?) [https://github.com/troessner/reek/blob/master/docs/Feature-Envy.md] lib/wcc/todos.rb:6: IrresponsibleModule: Danger::DangerWCC::Todos has no descriptive comment [https://github.com/troessner/reek/blob/master/docs/Irresponsible-Module.md] lib/wcc/todos.rb:50: NilCheck: Danger::DangerWCC::Todos#make_violation performs a nil-check [https://github.com/troessner/reek/blob/master/docs/Nil-Check.md] lib/wcc/todos.rb:72: NilCheck: Danger::DangerWCC::Todos#max performs a nil-check [https://github.com/troessner/reek/blob/master/docs/Nil-Check.md] lib/wcc/todos.rb:71: UncommunicativeParameterName: Danger::DangerWCC::Todos#max has the parameter name 'a' [https://github.com/troessner/reek/blob/master/docs/Uncommunicative-Parameter-Name.md] lib/wcc/todos.rb:71: UncommunicativeParameterName: Danger::DangerWCC::Todos#max has the parameter name 'b' [https://github.com/troessner/reek/blob/master/docs/Uncommunicative-Parameter-Name.md] lib/wcc/todos.rb:62: UncommunicativeVariableName: Danger::DangerWCC::Todos#find_link_in_context has the variable name 'i' [https://github.com/troessner/reek/blob/master/docs/Uncommunicative-Variable-Name.md] lib/wcc/todos.rb:62: UncommunicativeVariableName: Danger::DangerWCC::Todos#find_link_in_context has the variable name 'l' [https://github.com/troessner/reek/blob/master/docs/Uncommunicative-Variable-Name.md] lib/wcc/todos.rb:63: UncommunicativeVariableName: Danger::DangerWCC::Todos#find_link_in_context has the variable name 'm' [https://github.com/troessner/reek/blob/master/docs/Uncommunicative-Variable-Name.md] lib/wcc/todos.rb:71: UtilityFunction: Danger::DangerWCC::Todos#max doesn't depend on instance state (maybe move it to another class?) [https://github.com/troessner/reek/blob/master/docs/Utility-Function.md] lib/wcc/utils.rb -- 17 warnings: lib/wcc/utils.rb:87: ControlParameter: Utils#issue is controlled by argument 'severity' [https://github.com/troessner/reek/blob/master/docs/Control-Parameter.md] lib/wcc/utils.rb:27: DuplicateMethodCall: Utils#find_in_diff calls 'l.content' 2 times [https://github.com/troessner/reek/blob/master/docs/Duplicate-Method-Call.md] lib/wcc/utils.rb:27: FeatureEnvy: Utils#find_in_diff refers to 'l' more than self (maybe move it to another class?) [https://github.com/troessner/reek/blob/master/docs/Feature-Envy.md] lib/wcc/utils.rb:6: IrresponsibleModule: Utils has no descriptive comment [https://github.com/troessner/reek/blob/master/docs/Irresponsible-Module.md] lib/wcc/utils.rb:86: LongParameterList: Utils#issue has 4 parameters [https://github.com/troessner/reek/blob/master/docs/Long-Parameter-List.md] lib/wcc/utils.rb:52: LongYieldList: Utils#each_addition_in_diff yields 4 parameters [https://github.com/troessner/reek/blob/master/docs/Long-Yield-List.md] lib/wcc/utils.rb:31: LongYieldList: Utils#find_in_diff yields 5 parameters [https://github.com/troessner/reek/blob/master/docs/Long-Yield-List.md] lib/wcc/utils.rb:52: NestedIterators: Utils#each_addition_in_diff contains iterators nested 3 deep [https://github.com/troessner/reek/blob/master/docs/Nested-Iterators.md] lib/wcc/utils.rb:42: NestedIterators: Utils#each_file_in_diff contains iterators nested 2 deep [https://github.com/troessner/reek/blob/master/docs/Nested-Iterators.md] lib/wcc/utils.rb:27: NestedIterators: Utils#find_in_diff contains iterators nested 3 deep [https://github.com/troessner/reek/blob/master/docs/Nested-Iterators.md] lib/wcc/utils.rb:61: NilCheck: Utils#run_and_diff performs a nil-check [https://github.com/troessner/reek/blob/master/docs/Nil-Check.md] lib/wcc/utils.rb:48: TooManyStatements: Utils#each_addition_in_diff has approx 6 statements [https://github.com/troessner/reek/blob/master/docs/Too-Many-Statements.md] lib/wcc/utils.rb:24: TooManyStatements: Utils#find_in_diff has approx 7 statements [https://github.com/troessner/reek/blob/master/docs/Too-Many-Statements.md] lib/wcc/utils.rb:58: TooManyStatements: Utils#run_and_diff has approx 18 statements [https://github.com/troessner/reek/blob/master/docs/Too-Many-Statements.md] lib/wcc/utils.rb:52: UncommunicativeVariableName: Utils#each_addition_in_diff has the variable name 'l' [https://github.com/troessner/reek/blob/master/docs/Uncommunicative-Variable-Name.md] lib/wcc/utils.rb:27: UncommunicativeVariableName: Utils#find_in_diff has the variable name 'l' [https://github.com/troessner/reek/blob/master/docs/Uncommunicative-Variable-Name.md] lib/wcc/utils.rb:16: UncommunicativeVariableName: Utils#parsed_diffs has the variable name 'd' [https://github.com/troessner/reek/blob/master/docs/Uncommunicative-Variable-Name.md] spec/fixtures/find_in_diff.rb -- 3 warnings: spec/fixtures/find_in_diff.rb:3: IrresponsibleModule: FindInDiff has no descriptive comment [https://github.com/troessner/reek/blob/master/docs/Irresponsible-Module.md] spec/fixtures/find_in_diff.rb:4: UncommunicativeMethodName: FindInDiff#added_hunk_1 has the name 'added_hunk_1' [https://github.com/troessner/reek/blob/master/docs/Uncommunicative-Method-Name.md] spec/fixtures/find_in_diff.rb:18: UncommunicativeMethodName: FindInDiff#added_hunk_2 has the name 'added_hunk_2' [https://github.com/troessner/reek/blob/master/docs/Uncommunicative-Method-Name.md] spec/fixtures/rubocop_exception.rb -- 1 warning: spec/fixtures/rubocop_exception.rb:4: IrresponsibleModule: RubocopException has no descriptive comment [https://github.com/troessner/reek/blob/master/docs/Irresponsible-Module.md] spec/fixtures/todo.rb -- 1 warning: spec/fixtures/todo.rb:5: IrresponsibleModule: Todo has no descriptive comment [https://github.com/troessner/reek/blob/master/docs/Irresponsible-Module.md] spec/fixtures_helper.rb -- 2 warnings: spec/fixtures_helper.rb:4: IrresponsibleModule: FixturesHelper has no descriptive comment [https://github.com/troessner/reek/blob/master/docs/Irresponsible-Module.md] spec/fixtures_helper.rb:15: UtilityFunction: FixturesHelper#load_fixture doesn't depend on instance state (maybe move it to another class?) [https://github.com/troessner/reek/blob/master/docs/Utility-Function.md] spec/wcc/commit_lint_spec.rb -- 3 warnings: spec/wcc/commit_lint_spec.rb:33: IrresponsibleModule: Danger has no descriptive comment [https://github.com/troessner/reek/blob/master/docs/Irresponsible-Module.md] spec/wcc/commit_lint_spec.rb:370: UncommunicativeVariableName: Danger has the variable name 'i' [https://github.com/troessner/reek/blob/master/docs/Uncommunicative-Variable-Name.md] spec/wcc/commit_lint_spec.rb:29: UtilityFunction: report_counts doesn't depend on instance state (maybe move it to another class?) [https://github.com/troessner/reek/blob/master/docs/Utility-Function.md] spec/wcc/github_spec.rb -- 1 warning: spec/wcc/github_spec.rb:6: IrresponsibleModule: Danger has no descriptive comment [https://github.com/troessner/reek/blob/master/docs/Irresponsible-Module.md] spec/wcc/plugin_spec.rb -- 1 warning: spec/wcc/plugin_spec.rb:5: IrresponsibleModule: Danger has no descriptive comment [https://github.com/troessner/reek/blob/master/docs/Irresponsible-Module.md] spec/wcc/rubocop_exceptions_spec.rb -- 1 warning: spec/wcc/rubocop_exceptions_spec.rb:5: IrresponsibleModule: Danger has no descriptive comment [https://github.com/troessner/reek/blob/master/docs/Irresponsible-Module.md] spec/wcc/todos_spec.rb -- 1 warning: spec/wcc/todos_spec.rb:5: IrresponsibleModule: Danger has no descriptive comment [https://github.com/troessner/reek/blob/master/docs/Irresponsible-Module.md] spec/wcc/utils_spec.rb -- 2 warnings: spec/wcc/utils_spec.rb:5: IrresponsibleModule: Danger has no descriptive comment [https://github.com/troessner/reek/blob/master/docs/Irresponsible-Module.md] spec/wcc/utils_spec.rb:66: UncommunicativeVariableName: Danger has the variable name 'l' [https://github.com/troessner/reek/blob/master/docs/Uncommunicative-Variable-Name.md] spec/wcc_spec.rb -- 1 warning: spec/wcc_spec.rb:5: IrresponsibleModule: Danger has no descriptive comment [https://github.com/troessner/reek/blob/master/docs/Irresponsible-Module.md] 97 total warnings