darrenleeweber/app_version_tasks

View on GitHub
lib/app_version_tasks/semantic_version_file.rb

Summary

Maintainability
A
0 mins
Test Coverage

AppVersionTasks::SemanticVersionFile#version_template doesn't depend on instance state (maybe move it to another class?)
Open

      def version_template

A Utility Function is any instance method that has no dependency on the state of the instance.

AppVersionTasks::SemanticVersionFile#path doesn't depend on instance state (maybe move it to another class?)
Open

    def path

A Utility Function is any instance method that has no dependency on the state of the instance.

There are no issues that match your filters.

Category
Status