Commit 2c630afa authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'qa-danger-pajamas-blocking-pagination-components' into 'master'

Move deprecated pagination components to blocking in Pajamas Danger rule

See merge request gitlab-org/gitlab!45097
parents 98de79fb b94d686d
......@@ -26,18 +26,18 @@ PATTERNS = %w[
gl-deprecated-dropdown-divider
gl-deprecated-dropdown-header
gl-deprecated-dropdown-item
graphql_pagination
has-tooltip
has_tooltip
initDeprecatedJQueryDropdown
loading-button
pagination-button
v-popover
v-tooltip
with_tooltip
].freeze
BLOCKING_PATTERNS = %w[
pagination-button
graphql_pagination
].freeze
def get_added_lines(files)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment