majohn-r / mp3repair

An MP3 file repair command-line utility
MIT License
0 stars 0 forks source link

Add nilaway checks #153

Closed majohn-r closed 7 months ago

majohn-r commented 7 months ago

nilaway is a static analysis tool that seeks to help developers avoid nil panics in production by catching them at compile time rather than runtime. It's being used by my libraries and it's been used manually as a check prior to committing and pushing changes. Its use needs to be made part of the build script and of the build performed on github when changes are pushed.