You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a new same day ach test to moov-io/ach/test, and pushed to github
What did you expect to see?
megacheck return without error
What did you see?
Megacheck has been deprecated. Please use staticcheck instead.
file.go:308:9: assigning the result of this type assertion to a variable (switch batch := batch.(type)) could eliminate the following type assertions:
/home/travis/gopath/src/github.com/moov-io/ach/file.go:310:59 (S1034)
server/repository.go:34:34: should use make(map[string]*ach.File) instead (S1019)
The command "megacheck ./..." exited with 1.
How can we reproduce the problem?
push a moov-io/ach change and let the build run.
The text was updated successfully, but these errors were encountered:
FYI, the daily cron to rebuild/test must have broken in the travis-ci org -> com move. I had those setup to catch these trivial errors that break the build. I fix.
What were you trying to do?
Creating a test for: #429
Added a new same day ach test to moov-io/ach/test, and pushed to github
What did you expect to see?
megacheck return without error
What did you see?
Megacheck has been deprecated. Please use staticcheck instead.
file.go:308:9: assigning the result of this type assertion to a variable (switch batch := batch.(type)) could eliminate the following type assertions:
/home/travis/gopath/src/github.com/moov-io/ach/file.go:310:59 (S1034)
server/repository.go:34:34: should use make(map[string]*ach.File) instead (S1019)
The command "megacheck ./..." exited with 1.
How can we reproduce the problem?
push a moov-io/ach change and let the build run.
The text was updated successfully, but these errors were encountered: