deluan/bring

View on GitHub
layer.go

Summary

Maintainability
A
1 hr
Test Coverage

Function copyImage has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

func copyImage(dest draw.Image, x, y int, src image.Image, sr image.Rectangle, op draw.Op) {
Severity: Minor
Found in layer.go - About 35 mins to fix

    Method layer.Fill has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    func (l *layer) Fill(r byte, g byte, b byte, a byte, op draw.Op) {
    Severity: Minor
    Found in layer.go - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status