Florian Schanda
Florian Schanda
Actually, this (default parameters) appears to be an Octave feature.
Changed scope of issue to deal with all language features in Octave that are not in MATLAB
That rule (`naming_parameters`) was added quite recently, and that error is consistent with running an older version. Can you check please which version of miss_hit is used / is installed...
Also, I tried running through your instructions above and I was able to commit: ``` flosch@fat-potato:~/clean_code_style$ git commit -m 'add copyright' [main e59354e] add copyright 3 files changed, 5 insertions(+)...
I think I will add way to show the version (in addition to `-v`) in the generated output, to help debug issues like this.
You could try changing your hook to invoke `mh_style -v` instead and just observe the version number produced. I think knowing precisely what is run is the first step in...
@Remi-Gau do you have any updates/news here to point me in the right direction?
Ugh :( I think, when I looked at this pre-commit beast, they did some "clever" stuff with installing things in some local environment; and that the way we configured it...
I suspect we'll hear the same thing we got told last time: make the miss_hit repo conform by having only a single `setup.py`. There is good reasons why I don't...
> Also, besides this, it would be nice if Windows is supported as well, where MATLAB is named `matlab.exe`, not `matlab` :) Development environment for MH will stay Linux, it's...