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

Breadcrumb

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

Ruleset::$includePatterns

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

The key is the sniff code and the value is an array with the key being a 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 68

Class

Ruleset

Namespace

PHP_CodeSniffer

Code

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