Skip to content

chore: ignore vendor files when linting

Alejandro Rodríguez requested to merge lint-ignore-vendor into main

What does this merge request do and why?

make lint would not work correctly locally for me since it'd try to lint the files under scripts/vendor. This change instructs our linters to ignore those files.

How to set up and validate locally

Run make lint locally

Merge request checklist

  • Tests added for new functionality. If not, please raise an issue to follow up.
  • Documentation added/updated, if needed.

Merge request reports