mckramer/earth_tools

View on GitHub
lib/earth_tools.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method valid_full_input? has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

  def valid_full_input?(latitude, longitude, day, month, timezone, dst)
Severity: Minor
Found in lib/earth_tools.rb - About 45 mins to fix

    Method sunrise_sunset has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

      def sunrise_sunset(latitude, longitude, month, day, timezone = 99, dst = false)
    Severity: Minor
    Found in lib/earth_tools.rb - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status