v0.3.0
What's Changed
- feat: enhance WaitGroup Analyzer with additional checks and functionality by @sanbricio in #9
- refactor: waitgroup tests into multiple files for better organization by @sanbricio in #10
- feat(waitgroup): improve and reduce false positives in balance analysis by @sanbricio in #11
- feat: add logo image for goconcurrencylint and update README by @sanbricio in #12
- feat: reduce false positives in mutex and waitgroup analysis by @sanbricio in #13
- feat(mutex): propagate lock state through method calls and detect cal… by @sanbricio in #14
- feat: enhance mutex and waitgroup analysis with copy-by-value detecti… by @sanbricio in #15
- feat: enhance mutex and waitgroup analysis with new checks and test c… by @sanbricio in #16
- feat: enhance mutex and waitgroup analysis with new lifecycle checks by @sanbricio in #17
- feat: Add mutex and waitgroup analysis enhancements by @sanbricio in #19
- feat: Add advanced concurrency checks and ignore directive support by @sanbricio in #20
- refactor: reorganize waitgroup checks and add new validation functions by @sanbricio in #21
- fix: reduce false positives in mutex and waitgroup analyzers by @sanbricio in #22
- fix: scope done-not-deferred to explicit panic and runtime.Goexit by @sanbricio in #23
- feat: error reporting to use diagnostic categories by @sanbricio in #24
Full Changelog: v0.2.1...v0.3.0