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[ ...@@ -26,18 +26,18 @@ PATTERNS = %w[
gl-deprecated-dropdown-divider gl-deprecated-dropdown-divider
gl-deprecated-dropdown-header gl-deprecated-dropdown-header
gl-deprecated-dropdown-item gl-deprecated-dropdown-item
graphql_pagination
has-tooltip has-tooltip
has_tooltip has_tooltip
initDeprecatedJQueryDropdown initDeprecatedJQueryDropdown
loading-button loading-button
pagination-button
v-popover v-popover
v-tooltip v-tooltip
with_tooltip with_tooltip
].freeze ].freeze
BLOCKING_PATTERNS = %w[ BLOCKING_PATTERNS = %w[
pagination-button
graphql_pagination
].freeze ].freeze
def get_added_lines(files) 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