Skip to content

Update linters logic for `events.yml`

Vasilii Iakliushin requested to merge enable_failures_for_linters into master

Why is this change being made?

We have linters producing many warnings that only make noise.

This MR:

  1. Disables linters that generate too much warnings to handle right now (Follow-up issue: #8077).
  2. Makes linters to raise a failure in CI task when a problem occurs.

Merge request reports