Sonar Gosu Plugin 1.2.2
Special thanks to @komasztania for the various bug-fix contributions.
What's changed
Added
- Added support to exclude specific import namespaces on the
UnnecessaryImportRule
(#55).
Fixed
- Fixed exception throw by
UnnecessaryImportRule
when analyzing Gosu files with wildcard imports (#54). - Fixed ignored
@SuppressWarnings
on enhancements (#83). - Fixed unnecessary imports been highlighted on the wrong line (#87).
Removed
- Removed deprecated
DuplicatedBlocks
rule from built-in profile (#70).