Skip to content

Remove the cache option for stylelint

Vitaly Slobodin requested to merge vs-remove-cache-option-for-stylelint into master

What does this MR do?

Surprisingly stylelint does not support reporting of already found violations with enabled caching. The caching option works for changed files only. And this behavior may confuse developers so let's just remove it.

See https://github.com/stylelint/stylelint/issues/4314

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Merge request reports