MonkeyProof Solutions Forum
Code Checker for MATLAB => Announcements => Topic started by: Developer Team on 01 May, 2020, 12:03:23
-
Code Checker release 2.4.0 is now available for download!
New features include:
- Use the Configuration Editor to edit your configurations interactively.
- Five new checks:
- checkAvoidComments checks whether your comments start with words such as 'NOTE', 'WIP', 'todo' (these are configurable).
- checkBuiltinFunctionCompatibility lets you check whether there are any built-in functions called that are not available yet in the MATLAB release you configure.
- checkEditorWarnings reports any warnings shown to the user in the MATLAB editor (also known as mlint warnings).
- checkMissingSemicolon checks whether any lines of code produce output that can be prevented by adding a semicolon to the end.
- checkSubFunction reports all local (sub) functions used in the checked code.
- Compatible with MATLAB R2020a.
Get Code Checker for MATLAB v2.4.0 now by going to our webshop (https://shop.monkeyproofsolutions.nl). If you are already using Code Checker for MATLAB, upgrade to release 2.4.0 using the instructions provided here (https://forum.monkeyproofsolutions.nl/index.php?topic=13.0).