mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-23 12:16:38 +00:00
275a3f8636
There is a new lint for unchecked int casts. Integer overflows are bad, but the old code that triggers this lint seems to be perfectly fine. Instead of disabling the lint entirely for new code as well, grandfather in existing code. |
||
---|---|---|
.. | ||
create.go | ||
delete.go | ||
getemoji.go | ||
getemoji_test.go | ||
getfile.go | ||
getfile_test.go | ||
getmedia.go | ||
media.go | ||
media_test.go | ||
profile.go | ||
unattach.go | ||
unattach_test.go | ||
update.go | ||
util.go |