1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-19 13:45:23 +00:00
OpenDiablo2/d2core
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
..
d2asset Various lint error fixes and suppressions (#846) 2020-10-26 02:04:50 -07:00
d2audio fix all gosec lint errors (#844) 2020-10-25 23:38:15 -07:00
d2config Removed Configuration interface (#560) 2020-07-08 09:16:16 -04:00
d2gui removed all 'lll' (line length) lint errors (#841) 2020-10-25 18:11:04 -07:00
d2hero Various lint error fixes and suppressions (#846) 2020-10-26 02:04:50 -07:00
d2input Various lint error fixes and suppressions (#846) 2020-10-26 02:04:50 -07:00
d2inventory Removing TODO comments, making issues for them (#807) 2020-10-25 10:21:14 -04:00
d2item Various lint error fixes and suppressions (#846) 2020-10-26 02:04:50 -07:00
d2map Various lint error fixes and suppressions (#846) 2020-10-26 02:04:50 -07:00
d2records fixed 'dupl' lint errors (#845) 2020-10-26 00:38:18 -07:00
d2render/ebiten Removed all TODO's in project (#831) 2020-10-25 18:36:12 -04:00
d2screen removed gui manager singleton in d2gui (#735) 2020-09-18 16:10:52 -04:00
d2stats Various lint error fixes and suppressions (#846) 2020-10-26 02:04:50 -07:00
d2term fixed a couple lint errors in d2term (#697) 2020-08-05 22:32:23 -04:00
d2ui removed all 'govet' type lint errors (#834) 2020-10-25 16:50:13 -07:00