You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rule e004 (trailing whitespaces) was dangerous in Dataverse <=6.4, but is fixed through a change in Dataverse now (cf. #23 , IQSS/dataverse#10688).
Currently, this software has no nice way to accord for this. By default, e004 will become a warning, however there is no way to increase a lint level via parameters. Some possible solutions are:
Add a --fail or --error that behaves similarly to --warn and --skip. This should be implemented either way.
Add a config file that defines default behaviors for the current Dataverse version and other profiles for different versions.
Add a parameter to specify a Dataverse version and select a predefined set of parameters accordingly.
I tend towards solutions 1. and 2., since keeping 3. up-to-date would break the scope of this project.
The text was updated successfully, but these errors were encountered:
Rule
e004
(trailing whitespaces) was dangerous in Dataverse<=6.4
, but is fixed through a change in Dataverse now (cf. #23 , IQSS/dataverse#10688).Currently, this software has no nice way to accord for this. By default,
e004
will become a warning, however there is no way to increase a lint level via parameters. Some possible solutions are:--fail
or--error
that behaves similarly to--warn
and--skip
. This should be implemented either way.I tend towards solutions 1. and 2., since keeping 3. up-to-date would break the scope of this project.
The text was updated successfully, but these errors were encountered: