minor comments
Dependencies
- [2]
BZ6KQRYDadded complexity lint test - [3]
JAT3DXOLcyclo over 15 - [4]
KZKLAINJrun out of space on nest, cleaned out - [5]
SMWSHUOWcyclo over 15 - [6]
HYCZTLSZfixed tests with cyclo over 15 - [7]
RUVJ3V4Ncyclo to 14 now
Change contents
- edit in main.go at line 25
// Legacy commands removed - use create/update instead// case "dataset":// cmd.RunDataset(os.Args[2:])// case "location":// cmd.RunLocation(os.Args[2:])// case "cluster":// cmd.RunCluster(os.Args[2:])// case "pattern":// cmd.RunPattern(os.Args[2:]) - replacement in lint_test.go at line 52
t.Errorf("cyclometric complexity is above 15:\n%s", out)t.Errorf("cyclometric complexity is above 14:\n%s", out)