Skip to content

Enable NestingDepth (level 6) on scss-lint

Takuya Noguchi requested to merge tnir/gitlab-foss:39582-nestingdepth-6 into master

What does this MR do?

Enable NestingDepth (with max_depth of 6) on scss-lint.

Are there points in the code the reviewer needs to double check?

Changes in app/assets/stylesheets/pages/notes.scss would be checked.

Relevant codes are following:

Why was this MR needed?

Deeper nesting is nothing good for developers.

Screenshots (if relevant)

n/a

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #39582 (closed)

Related to #23485 (moved)

Edited by Takuya Noguchi

Merge request reports