The norminette v3 action doesn't handle multiples paths passed as parameters using "flags"
Example:
flags: 'includes/ srcs/ *.c'
(As well as)
flags: includes/ srcs/ *.c
Outputs:
'includes/ srcs/ *.c' no such file or directory
This syntax used to work on the norminette v2 action.
I haven't find a workaround for this yet, but it may be an issue directly related to the norminette v3 and not the action itself.
Hello,
The norminette v3 action doesn't handle multiples paths passed as parameters using "flags" Example:
flags: 'includes/ srcs/ *.c'
(As well as)flags: includes/ srcs/ *.c
Outputs:'includes/ srcs/ *.c' no such file or directory
This syntax used to work on the norminette v2 action. I haven't find a workaround for this yet, but it may be an issue directly related to the norminette v3 and not the action itself.