Skip to content

CI: Add `contrib` folder as source folder for linting

Martin Tomazic requested to merge martin@lint_contrib into master

Context

Trivial MR that adds contrib folder for linting (e.g. shellcheck) in one line.

Inspired !10864 (comment 1653354916). Prefer to open a separate MR due to scope creeping.

Manually testing the MR

You can check one of the previous pipelines (https://gitlab.com/tezos/tezos/-/jobs/5573771463) that failed when linting was off. Assuring me green pipeline here does not equal to false positive.

Checklist

  • Document the interface of any function added or modified (see the coding guidelines)
  • Document any change to the user interface, including configuration parameters (see node configuration)
  • Provide automatic testing (see the testing guide).
  • For new features and bug fixes, add an item in the appropriate changelog (docs/protocols/alpha.rst for the protocol and the environment, CHANGES.rst at the root of the repository for everything else).
  • Select suitable reviewers using the Reviewers field below.
  • Select as Assignee the next person who should take action on that MR

Merge request reports