All notable changes of this project will be documented here.
- Rule Package was released on GUI, easier for rule customization;
- GUI supports marking false-positive errors now.
- Fixed known false positives and false negatives of null-pointer, buffer-overrun checks and so on;
- Refined error messages for several checks;
- Known GUI bugs fixed;
- Add new check
CS_UnityMessgeSpellWrong
, check typo errors of Unity message functions, e.g.OnDestroy
is misspelled asOnDestory
; - Add new check
lua_VarSpellWrongError
andlua_KeywordSpellWrongError
, check typo errors of Lua variable and keyword, e.g.false
is misspelled asflase
;
Several known bugs fixed.