lib/tasks/changelog_task.rb

Summary

Maintainability
B
5 hrs
Test Coverage

Class ChangelogTask has 25 methods (exceeds 20 allowed). Consider refactoring.
Open

    class ChangelogTask < ::Rake::TaskLib
      def initialize
        desc "Update the changelog since the last release"
        task(:changelog) do

Severity: Minor
Found in lib/tasks/changelog_task.rb - About 2 hrs to fix

    Method former_mvp? has 55 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

          def former_mvp?(committer)
             [
               'Aaron Suggs',
               'Akira Matsuda',
               'ller', #"Achim Ledermüller" UTF-8 fail?
    Severity: Major
    Found in lib/tasks/changelog_task.rb - About 2 hrs to fix

      There are no issues that match your filters.

      Category
      Status