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
We have seen this in other projects this week. One cause might be the update from 1.17.10 to 1.17.17. Along with that, a potential fix was found by removing our hard-coding addition of the -w flag when running the lizard tool from within our plugin.
My initial thought for a fix is to remove the hard-coding of the -w flag. Anyone who needs/wants to use that flag can add it in the Statick configuration file. Whether adding -w in the Statick configuration file would lead to the same issue has not been tested yet. If this is the approach we go with, unit tests should help determine if we will not catch some issues that we caught with the -w flag.
The text was updated successfully, but these errors were encountered:
In the latest weekly workflow, the
lizard
tool is failing a unit test.We have seen this in other projects this week. One cause might be the update from 1.17.10 to 1.17.17. Along with that, a potential fix was found by removing our hard-coding addition of the
-w
flag when running the lizard tool from within our plugin.My initial thought for a fix is to remove the hard-coding of the
-w
flag. Anyone who needs/wants to use that flag can add it in the Statick configuration file. Whether adding-w
in the Statick configuration file would lead to the same issue has not been tested yet. If this is the approach we go with, unit tests should help determine if we will not catch some issues that we caught with the-w
flag.The text was updated successfully, but these errors were encountered: