corvus-ch/horcrux

View on GitHub
create/config_test.go

Summary

Maintainability
A
0 mins
Test Coverage

Showing 0 of 1 total issue

Identical blocks of code found in 2 locations. Consider refactoring.
Wontfix

func (c *Config) Formats() ([]format.Format, error) {
args := c.Called()
f := args.Get(0)
if f == nil {
return nil, args.Error(1)
Severity: Minor
Found in create/config_test.go and 1 other location - About 35 mins to fix
format/config_test.go on lines 41..49

There are no issues that match your filters.

Category
Status