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.OnDestroyis misspelled asOnDestory; - Add new check
lua_VarSpellWrongErrorandlua_KeywordSpellWrongError, check typo errors of Lua variable and keyword, e.g.falseis misspelled asflase;
Several known bugs fixed.