There is an issue that in storm-121 vendor modules are being linted/checked. These cause the CI to fail because there are issues that are detected.
Since we do not modify the code in the vendor directory, could we just allow ignoring it?
This happened due to a push by @dependabot that added markdown files.
https://github.com/coopnorge/storm-121/actions/runs/3417166267/jobs/5689010932
(Although I believe we are moving against vendoring.)
There is an issue that in
storm-121vendor modules are being linted/checked. These cause the CI to fail because there are issues that are detected.Since we do not modify the code in the
vendordirectory, could we just allow ignoring it?This happened due to a push by @dependabot that added markdown files.
https://github.com/coopnorge/storm-121/actions/runs/3417166267/jobs/5689010932
(Although I believe we are moving against vendoring.)