florianschanda / miss_hit

MATLAB Independent, Small & Safe, High Integrity Tools - code formatter and more
GNU General Public License v3.0
165 stars 20 forks source link

new style rule for spurious ; in matrix/cell expressions #163

Closed florianschanda closed 4 years ago

florianschanda commented 4 years ago

Similar to ,, we should also flag useless ;

Also there is a parse problem with new-lines:

a = [
;1]

Should parse without errors