OpenDiablo2/d2core/d2map
gravestench 6f8b43f8d6
Various lint error fixes and suppressions (#846)
* suppressing the magic number lint errors in mapgen, it will get a heavy refactor soon, hopefully...

* adding string token constants for SkillClass

* adding panic on error to left/right skill select render

* fixed cuddle lint error

* fixed unnecessary conversion, unused func param lint errors in dcc_animation.go

* adding comment for skill class tokens

* fixed typo in comment

* removed unused parameter in dcc/dc6 animations

* supress warning about Object.setMode always being passed direction value of 0

* fixed all invalid golint directives

* fixed a couple gocritic lint errors
2020-10-26 02:04:50 -07:00
..
d2mapengine Removing TODO comments, making issues for them (#807) 2020-10-25 10:21:14 -04:00
d2mapentity Various lint error fixes and suppressions (#846) 2020-10-26 02:04:50 -07:00
d2mapgen Various lint error fixes and suppressions (#846) 2020-10-26 02:04:50 -07:00
d2maprenderer Removed all TODO's in project (#831) 2020-10-25 18:36:12 -04:00
d2mapstamp removed all `golint` lint errors (#833) 2020-10-25 16:23:55 -07:00