1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-16 04:25:23 +00:00
OpenDiablo2/d2core/d2stats/diablo2stats
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
..
doc.go add interfaces for stats, added diablo 2 implementation (#614) 2020-07-23 19:03:58 -04:00
stat_factory.go fixed all golint type lint errors (#780) 2020-10-21 23:41:21 -07:00
stat_test.go removed globals, added nolint to tests that used globals (#843) 2020-10-25 21:06:00 -07:00
stat_value_stringers.go Removing d2datadict singletons (#738) 2020-09-20 17:52:01 -04:00
stat_value.go Stats refactor (#617) 2020-07-23 22:12:48 -04:00
stat.go Various lint error fixes and suppressions (#846) 2020-10-26 02:04:50 -07:00
statlist_test.go removed globals, added nolint to tests that used globals (#843) 2020-10-25 21:06:00 -07:00
statlist.go Stats refactor (#617) 2020-07-23 22:12:48 -04:00