You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(codacy): address BestPractice, Documentation and CodeStyle issues
- Remove superfluous else blocks in util.go by restructuring if-return chains
- Add proper doc comments for all exported vars in util package
- Add missing package comments for streaming/benchmark_test and updater
- Rename unused mock parameters to _ in discord, providers test files
- Fix zero-value initializer in perf.go (var c int64 = 0 → var c int64)
- Fix export comment formats in tmdb.go, discord.go, anime.go, api.go
0 commit comments