byebot

Author Topic: Release 2.7.0 now available!  (Read 1708 times)

Bas van Eekelen

  • Staff
  • *
  • Posts: 9
    • View Profile
Release 2.7.0 now available!
« on: 08 February, 2021, 12:01:43 »
Code Checker release 2.7.0 is now available for download!

New features include:
  • Added Git support for the File and Folder options of the General tab.
  • Added the option to search for check configurations in the Configuration Editor.
  • Added a parameter to checkFunctionIndented that lets you ignore violations related to tab characters.
  • Added two parameters to checkOneStatementPerLine that lets you choose whether or not multiple global or persistent variables are allowed to be declared on a single line.
  • Added two parameters to checkLoopIteratorNaming that lets you define a minimum length for iterator variable names, and that lets you choose whether or not to use the casing parameters for variable casing.
  • The lowercasing option was added for all casing checks.
  • Added an auto-fixer for checkMissingComma.
  • checkMagicNumber no longer reports lines of code where a number is compared to the output of nargin, nargout or exist.
  • New checks:
    • checkOperatorsLineContinuation checks if multi-line statements are split before or after binary operators.
    • checkPackageCasing checks the casing of packages.
Get Code Checker for MATLAB v2.7.0 now by going to our webshop. If you are already using Code Checker for MATLAB, upgrade to release 2.7.0 using the instructions provided here.