Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Ruleset.php

Ruleset::$ignorePatterns

A list of regular expressions used to ignore specific sniffs for files and folders.

Is also used to set global exclude patterns. The key is the regular expression and the value is the type of ignore pattern (absolute or relative).

Type: array

File

vendor/squizlabs/php_codesniffer/src/Ruleset.php, line 57

Class

Ruleset

Namespace

PHP_CodeSniffer

Code

public $ignorePatterns = [];
RSS feed
Powered by Drupal