Release notes
Release 1.1.0 (August 2022)
Added
- A rule on not using tab characters.
- A rule on having all properties blocks before all methods blocks in classdef files.
- A rule on including an
else
section toif
s that have anelseif
section. - A rule on not using undocumented MATLAB-installed functions.
- A rule on not missing method declarations and implementations.
- A rule on mismatches between input and output declarations and implementations for methods.
Changed
- The descriptions of the severity levels to match those currently used by TIOBE's TICS.
- The severity levels and priorities of several rules.
Release 1.0.0 (January 2022)
Initial release