aki017/ZeroFormatter.rb

View on GitHub
lib/zero_formatter/utils.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class Utils has 21 methods (exceeds 20 allowed). Consider refactoring.
Open

  class Utils
    class << self
      def read_s1(bytes, index)
        to_signed(bytes.getbyte(index), 1 << (8 -1))
      end
Severity: Minor
Found in lib/zero_formatter/utils.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status