mediawiki/extensions/WikimediaAntiAbuse: main (log #2522778)

sourcepatches

This run took 37 seconds.

$ date
--- stdout ---
Tue Jul  7 20:55:45 UTC 2026

--- end ---
$ git clone file:///srv/git/mediawiki-extensions-WikimediaAntiAbuse.git /src/repo --depth=1 -b master
--- stderr ---
Cloning into '/src/repo'...
--- stdout ---

--- end ---
$ git config user.name libraryupgrader
--- stdout ---

--- end ---
$ git config user.email tools.libraryupgrader@tools.wmflabs.org
--- stdout ---

--- end ---
$ git submodule update --init
--- stdout ---

--- end ---
$ grr init
--- stdout ---
Installed commit-msg hook.

--- end ---
$ git show-ref refs/heads/master
--- stdout ---
df5e52dcd28ec42e3ce2cd54692416f89e489383 refs/heads/master

--- end ---
$ /usr/bin/npm audit --json
--- stdout ---
{
  "auditReportVersion": 2,
  "vulnerabilities": {
    "js-yaml": {
      "name": "js-yaml",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1121860,
          "name": "js-yaml",
          "dependency": "js-yaml",
          "title": "JS-YAML: Quadratic-complexity DoS in merge key handling via repeated aliases",
          "url": "https://github.com/advisories/GHSA-h67p-54hq-rp68",
          "severity": "moderate",
          "cwe": [
            "CWE-407"
          ],
          "cvss": {
            "score": 5.3,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
          },
          "range": ">=4.0.0 <=4.1.1"
        }
      ],
      "effects": [],
      "range": "4.0.0 - 4.1.1",
      "nodes": [
        "node_modules/@eslint/eslintrc/node_modules/js-yaml",
        "node_modules/eslint/node_modules/js-yaml"
      ],
      "fixAvailable": true
    }
  },
  "metadata": {
    "vulnerabilities": {
      "info": 0,
      "low": 0,
      "moderate": 1,
      "high": 0,
      "critical": 0,
      "total": 1
    },
    "dependencies": {
      "prod": 1,
      "dev": 397,
      "optional": 0,
      "peer": 59,
      "peerOptional": 0,
      "total": 397
    }
  }
}

--- end ---
$ /usr/bin/composer install
--- stderr ---
No composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information.
Loading composer repositories with package information
Updating dependencies
Lock file operations: 38 installs, 0 updates, 0 removals
  - Locking composer/pcre (3.4.0)
  - Locking composer/semver (3.4.4)
  - Locking composer/spdx-licenses (1.6.0)
  - Locking composer/xdebug-handler (3.0.5)
  - Locking danog/advanced-json-rpc (v3.2.3)
  - Locking dealerdirect/phpcodesniffer-composer-installer (v1.2.1)
  - Locking doctrine/deprecations (1.1.6)
  - Locking mediawiki/mediawiki-codesniffer (v51.0.0)
  - Locking mediawiki/mediawiki-phan-config (0.20.0)
  - Locking mediawiki/minus-x (2.0.1)
  - Locking mediawiki/phan-taint-check-plugin (9.1.0)
  - Locking netresearch/jsonmapper (v5.0.1)
  - Locking phan/phan (6.0.2)
  - Locking phan/tolerant-php-parser (v0.2.0)
  - Locking phan/var_representation_polyfill (0.1.4)
  - Locking php-parallel-lint/php-console-color (v1.0.1)
  - Locking php-parallel-lint/php-console-highlighter (v1.0.0)
  - Locking php-parallel-lint/php-parallel-lint (v1.4.0)
  - Locking phpcsstandards/phpcsextra (1.5.0)
  - Locking phpcsstandards/phpcsutils (1.2.2)
  - Locking phpdocumentor/reflection-common (2.2.0)
  - Locking phpdocumentor/reflection-docblock (6.0.3)
  - Locking phpdocumentor/type-resolver (2.0.0)
  - Locking phpstan/phpdoc-parser (2.3.2)
  - Locking psr/container (2.0.2)
  - Locking psr/log (3.0.2)
  - Locking sabre/event (6.1.1)
  - Locking squizlabs/php_codesniffer (3.13.5)
  - Locking symfony/console (v8.1.1)
  - Locking symfony/deprecation-contracts (v3.7.1)
  - Locking symfony/polyfill-ctype (v1.37.0)
  - Locking symfony/polyfill-intl-grapheme (v1.38.1)
  - Locking symfony/polyfill-intl-normalizer (v1.38.0)
  - Locking symfony/polyfill-mbstring (v1.38.2)
  - Locking symfony/polyfill-php85 (v1.38.1)
  - Locking symfony/service-contracts (v3.7.1)
  - Locking symfony/string (v8.1.0)
  - Locking webmozart/assert (2.4.1)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 38 installs, 0 updates, 0 removals
    0 [>---------------------------]    0 [->--------------------------]
  - Installing squizlabs/php_codesniffer (3.13.5): Extracting archive
  - Installing dealerdirect/phpcodesniffer-composer-installer (v1.2.1): Extracting archive
  - Installing composer/pcre (3.4.0): Extracting archive
  - Installing phpcsstandards/phpcsutils (1.2.2): Extracting archive
  - Installing phpcsstandards/phpcsextra (1.5.0): Extracting archive
  - Installing symfony/polyfill-mbstring (v1.38.2): Extracting archive
  - Installing composer/spdx-licenses (1.6.0): Extracting archive
  - Installing composer/semver (3.4.4): Extracting archive
  - Installing mediawiki/mediawiki-codesniffer (v51.0.0): Extracting archive
  - Installing symfony/polyfill-intl-normalizer (v1.38.0): Extracting archive
  - Installing symfony/polyfill-intl-grapheme (v1.38.1): Extracting archive
  - Installing symfony/polyfill-ctype (v1.37.0): Extracting archive
  - Installing symfony/string (v8.1.0): Extracting archive
  - Installing symfony/deprecation-contracts (v3.7.1): Extracting archive
  - Installing psr/container (2.0.2): Extracting archive
  - Installing symfony/service-contracts (v3.7.1): Extracting archive
  - Installing symfony/polyfill-php85 (v1.38.1): Extracting archive
  - Installing symfony/console (v8.1.1): Extracting archive
  - Installing sabre/event (6.1.1): Extracting archive
  - Installing phan/var_representation_polyfill (0.1.4): Extracting archive
  - Installing phan/tolerant-php-parser (v0.2.0): Extracting archive
  - Installing netresearch/jsonmapper (v5.0.1): Extracting archive
  - Installing webmozart/assert (2.4.1): Extracting archive
  - Installing phpstan/phpdoc-parser (2.3.2): Extracting archive
  - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive
  - Installing doctrine/deprecations (1.1.6): Extracting archive
  - Installing phpdocumentor/type-resolver (2.0.0): Extracting archive
  - Installing phpdocumentor/reflection-docblock (6.0.3): Extracting archive
  - Installing danog/advanced-json-rpc (v3.2.3): Extracting archive
  - Installing psr/log (3.0.2): Extracting archive
  - Installing composer/xdebug-handler (3.0.5): Extracting archive
  - Installing phan/phan (6.0.2): Extracting archive
  - Installing mediawiki/phan-taint-check-plugin (9.1.0): Extracting archive
  - Installing mediawiki/mediawiki-phan-config (0.20.0): Extracting archive
  - Installing mediawiki/minus-x (2.0.1): Extracting archive
  - Installing php-parallel-lint/php-console-color (v1.0.1): Extracting archive
  - Installing php-parallel-lint/php-console-highlighter (v1.0.0): Extracting archive
  - Installing php-parallel-lint/php-parallel-lint (v1.4.0): Extracting archive
  0/36 [>---------------------------]   0%
 28/36 [=====================>------]  77%
 35/36 [===========================>]  97%
 36/36 [============================] 100%
1 package suggestions were added by new dependencies, use `composer suggest` to see details.
Generating autoload files
17 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
--- stdout ---
PHP CodeSniffer Config installed_paths set to ../../mediawiki/mediawiki-codesniffer,../../phpcsstandards/phpcsextra,../../phpcsstandards/phpcsutils

--- end ---
$ /usr/bin/npm audit --json
--- stdout ---
{
  "auditReportVersion": 2,
  "vulnerabilities": {
    "js-yaml": {
      "name": "js-yaml",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1121860,
          "name": "js-yaml",
          "dependency": "js-yaml",
          "title": "JS-YAML: Quadratic-complexity DoS in merge key handling via repeated aliases",
          "url": "https://github.com/advisories/GHSA-h67p-54hq-rp68",
          "severity": "moderate",
          "cwe": [
            "CWE-407"
          ],
          "cvss": {
            "score": 5.3,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
          },
          "range": ">=4.0.0 <=4.1.1"
        }
      ],
      "effects": [],
      "range": "4.0.0 - 4.1.1",
      "nodes": [
        "node_modules/@eslint/eslintrc/node_modules/js-yaml",
        "node_modules/eslint/node_modules/js-yaml"
      ],
      "fixAvailable": true
    }
  },
  "metadata": {
    "vulnerabilities": {
      "info": 0,
      "low": 0,
      "moderate": 1,
      "high": 0,
      "critical": 0,
      "total": 1
    },
    "dependencies": {
      "prod": 1,
      "dev": 397,
      "optional": 0,
      "peer": 59,
      "peerOptional": 0,
      "total": 397
    }
  }
}

--- end ---
Attempting to npm audit fix
$ /usr/bin/npm audit fix --dry-run --only=dev --json
--- stderr ---
npm WARN invalid config only="dev" set in command line options
npm WARN invalid config Must be one of: null, prod, production
--- stdout ---
{
  "added": 393,
  "removed": 0,
  "changed": 0,
  "audited": 394,
  "funding": 120,
  "audit": {
    "auditReportVersion": 2,
    "vulnerabilities": {
      "js-yaml": {
        "name": "js-yaml",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          {
            "source": 1121860,
            "name": "js-yaml",
            "dependency": "js-yaml",
            "title": "JS-YAML: Quadratic-complexity DoS in merge key handling via repeated aliases",
            "url": "https://github.com/advisories/GHSA-h67p-54hq-rp68",
            "severity": "moderate",
            "cwe": [
              "CWE-407"
            ],
            "cvss": {
              "score": 5.3,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
            },
            "range": ">=4.0.0 <=4.1.1"
          }
        ],
        "effects": [],
        "range": "4.0.0 - 4.1.1",
        "nodes": [
          "",
          ""
        ],
        "fixAvailable": true
      }
    },
    "metadata": {
      "vulnerabilities": {
        "info": 0,
        "low": 0,
        "moderate": 1,
        "high": 0,
        "critical": 0,
        "total": 1
      },
      "dependencies": {
        "prod": 1,
        "dev": 393,
        "optional": 0,
        "peer": 55,
        "peerOptional": 0,
        "total": 393
      }
    }
  }
}

--- end ---
{"added": 393, "removed": 0, "changed": 0, "audited": 394, "funding": 120, "audit": {"auditReportVersion": 2, "vulnerabilities": {"js-yaml": {"name": "js-yaml", "severity": "moderate", "isDirect": false, "via": [{"source": 1121860, "name": "js-yaml", "dependency": "js-yaml", "title": "JS-YAML: Quadratic-complexity DoS in merge key handling via repeated aliases", "url": "https://github.com/advisories/GHSA-h67p-54hq-rp68", "severity": "moderate", "cwe": ["CWE-407"], "cvss": {"score": 5.3, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"}, "range": ">=4.0.0 <=4.1.1"}], "effects": [], "range": "4.0.0 - 4.1.1", "nodes": ["", ""], "fixAvailable": true}}, "metadata": {"vulnerabilities": {"info": 0, "low": 0, "moderate": 1, "high": 0, "critical": 0, "total": 1}, "dependencies": {"prod": 1, "dev": 393, "optional": 0, "peer": 55, "peerOptional": 0, "total": 393}}}}
$ /usr/bin/npm audit fix --only=dev
--- stderr ---
npm WARN invalid config only="dev" set in command line options
npm WARN invalid config Must be one of: null, prod, production
npm WARN deprecated @humanwhocodes/config-array@0.13.0: Use @eslint/config-array instead
npm WARN deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
npm WARN deprecated eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options.
--- stdout ---

added 393 packages, and audited 394 packages in 4s

120 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

--- end ---
Verifying that tests still pass
$ /usr/bin/npm ci
--- stderr ---
npm WARN deprecated @humanwhocodes/config-array@0.13.0: Use @eslint/config-array instead
npm WARN deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
npm WARN deprecated eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options.
--- stdout ---

added 393 packages, and audited 394 packages in 5s

120 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

--- end ---
$ /usr/bin/npm test
--- stderr ---
vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Debug/CSSLintUnitTest.css
  1:3   ✖  Expected whitespace after "/*"                 comment-whitespace-inside
  4:5   ✖  Expected indentation of 1 tab                  @stylistic/indentation
  4:16  ✖  Disallowed unit "px" for property "font-size"  declaration-property-unit-disallowed-list
  4:21  ✖  Disallowed !important                          declaration-no-important
  5:5   ✖  Expected indentation of 1 tab                  @stylistic/indentation
  5:14  ✖  Disallowed unit                                length-zero-no-unit

vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.1.css
  1:1   ✖  Unexpected empty line                                   @stylistic/no-empty-first-line
  2:1   ✖  Too many ID selectors in "#login-container", maximum 0  selector-max-id
  2:18  ✖  Empty block                                             block-no-empty
  4:1   ✖  Expected no more than 1 empty line                      @stylistic/max-empty-lines

vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.2.css
  1:1   ✖  Unexpected empty line                                   @stylistic/no-empty-first-line
  2:1   ✖  Too many ID selectors in "#login-container", maximum 0  selector-max-id
  2:18  ✖  Empty block                                             block-no-empty

vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.3.css
  1:1   ✖  Unexpected empty line                                   @stylistic/no-empty-first-line
  2:1   ✖  Too many ID selectors in "#login-container", maximum 0  selector-max-id
  2:18  ✖  Empty block                                             block-no-empty
  2:19  ✖  Unexpected missing end-of-source newline                @stylistic/no-missing-end-of-source-newline

vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.1.css
  1:1   ✖  Unexpected empty line                                   @stylistic/no-empty-first-line
  2:1   ✖  Too many ID selectors in "#login-container", maximum 0  selector-max-id
  2:18  ✖  Empty block                                             block-no-empty
  4:1   ✖  Expected no more than 1 empty line                      @stylistic/max-empty-lines

vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.2.css
  1:1   ✖  Unexpected empty line                                   @stylistic/no-empty-first-line
  2:1   ✖  Too many ID selectors in "#login-container", maximum 0  selector-max-id
  2:18  ✖  Empty block                                             block-no-empty

vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.3.css
  1:1   ✖  Unexpected empty line                                   @stylistic/no-empty-first-line
  2:1   ✖  Too many ID selectors in "#login-container", maximum 0  selector-max-id
  2:18  ✖  Empty block                                             block-no-empty
  2:19  ✖  Unexpected missing end-of-source newline                @stylistic/no-missing-end-of-source-newline

vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/LineEndingsUnitTest.css
  1:1   ✖  Too many ID selectors in "#login-container", maximum 0  selector-max-id
  1:19  ✖  Expected linebreak to be unix                           @stylistic/linebreaks
  2:5   ✖  Expected indentation of 1 tab                           @stylistic/indentation
  2:25  ✖  Expected linebreak to be unix                           @stylistic/linebreaks
  3:2   ✖  Expected linebreak to be unix                           @stylistic/linebreaks

vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/VersionControl/GitMergeConflictUnitTest.1.css
  12:9  ✖  Unknown word HEAD  CssSyntaxError

vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/VersionControl/GitMergeConflictUnitTest.2.css
  13:9  ✖  Unknown word ref/heads/feature-branch  CssSyntaxError

vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/DisallowSpaceIndentUnitTest.css
  1:1  ✖  Too many ID selectors in "#login-container", maximum 0  selector-max-id
  2:5  ✖  Expected indentation of 1 tab                           @stylistic/indentation

vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.css
  1:1   ✖  Too many ID selectors in "#login-container", maximum 0  selector-max-id
  1:17  ✖  Expected single space before "{"                        @stylistic/block-opening-brace-space-before
  3:5   ✖  Expected indentation of 1 tab                           @stylistic/indentation
  6:1   ✖  Expected no more than 1 empty line                      @stylistic/max-empty-lines

vendor/squizlabs/php_codesniffer/src/Standards/MySource/Tests/CSS/BrowserSpecificStylesUnitTest.css
   2:4   ✖  Expected indentation of 1 tab                     @stylistic/indentation
   2:32  ✖  Expected single space after "("                   @stylistic/function-parentheses-space-inside
   2:48  ✖  Expected single space before ")"                  @stylistic/function-parentheses-space-inside
   3:4   ✖  Expected indentation of 1 tab                     @stylistic/indentation
   3:17  ✖  Disallowed unit "px" for property "line-height"   declaration-property-unit-disallowed-list
   3:17  ✖  Unknown value "-25px" for property "line-height"  declaration-property-value-no-unknown
   4:4   ✖  Expected indentation of 1 tab                     @stylistic/indentation
   5:4   ✖  Expected indentation of 1 tab                     @stylistic/indentation
   9:5   ✖  Expected indentation of 1 tab                     @stylistic/indentation
  10:5   ✖  Expected indentation of 1 tab                     @stylistic/indentation
  11:5   ✖  Expected indentation of 1 tab                     @stylistic/indentation
  12:5   ✖  Expected indentation of 1 tab                     @stylistic/indentation

vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/ClassDefinitionClosingBraceSpaceUnitTest.css
   1:11  ✖  Empty block                                             block-no-empty
   4:1   ✖  Expected no more than 1 empty line                      @stylistic/max-empty-lines
   5:1   ✖  Duplicate selector ".my-style", first used at line 1    no-duplicate-selectors
   5:11  ✖  Empty block                                             block-no-empty
  10:1   ✖  Duplicate selector ".my-style", first used at line 1    no-duplicate-selectors
  10:11  ✖  Empty block                                             block-no-empty
  13:1   ✖  Expected no more than 1 empty line                      @stylistic/max-empty-lines
  16:1   ✖  Duplicate selector ".my-style", first used at line 1    no-duplicate-selectors
  17:5   ✖  Expected indentation of 1 tab                           @stylistic/indentation
  19:1   ✖  Unexpected empty line before closing brace              @stylistic/block-closing-brace-empty-line-before
  22:5   ✖  Expected indentation of 1 tab                           @stylistic/indentation
  22:12  ✖  Expected "#CCC" to be "#ccc"                            @stylistic/color-hex-case
  25:3   ✖  Expected whitespace after "/*"                          comment-whitespace-inside
  27:1   ✖  Expected whitespace before "*/"                         comment-whitespace-inside
  29:39  ✖  Empty block                                             block-no-empty
  32:20  ✖  Expected single space after "("                         @stylistic/media-feature-parentheses-space-inside
  32:42  ✖  Expected single space before ")"                        @stylistic/media-feature-parentheses-space-inside
  34:5   ✖  Expected indentation of 1 tab                           @stylistic/indentation
  34:5   ✖  Expected no empty line before rule                      rule-empty-line-before
  34:5   ✖  Too many ID selectors in "header #logo img", maximum 0  selector-max-id
  35:9   ✖  Expected indentation of 2 tabs                          @stylistic/indentation
  36:5   ✖  Expected indentation of 1 tab                           @stylistic/indentation
  38:1   ✖  Unexpected empty line before closing brace              @stylistic/block-closing-brace-empty-line-before
  40:20  ✖  Expected single space after "("                         @stylistic/media-feature-parentheses-space-inside
  40:42  ✖  Expected single space before ")"                        @stylistic/media-feature-parentheses-space-inside
  42:5   ✖  Expected indentation of 1 tab                           @stylistic/indentation
  42:5   ✖  Expected no empty line before rule                      rule-empty-line-before
  42:5   ✖  Too many ID selectors in "header #logo img", maximum 0  selector-max-id
  43:9   ✖  Expected indentation of 2 tabs                          @stylistic/indentation
  44:5   ✖  Expected indentation of 1 tab                           @stylistic/indentation
  47:22  ✖  Expected double colon pseudo-element notation           selector-pseudo-element-colon-notation
  47:29  ✖  Empty block                                             block-no-empty
  47:31  ✖  Expected single space after "}" of a single-line block  @stylistic/block-closing-brace-space-after
  49:20  ✖  Expected single space after "("                         @stylistic/media-feature-parentheses-space-inside
  49:42  ✖  Expected single space before ")"                        @stylistic/media-feature-parentheses-space-inside
  50:5   ✖  Expected indentation of 1 tab                           @stylistic/indentation
  50:26  ✖  Empty block                                             block-no-empty
  51:5   ✖  Expected indentation of 1 tab                           @stylistic/indentation
  52:5   ✖  Expected indentation of 1 tab                           @stylistic/indentation
  52:5   ✖  Expected empty line before rule                         rule-empty-line-before
  52:37  ✖  Empty block                                             block-no-empty
  53:5   ✖  Expected indentation of 1 tab                           @stylistic/indentation
  53:6   ✖  Expected newline after "}"                              @stylistic/block-closing-brace-newline-after
  53:7   ✖  Expected empty line before rule                         rule-empty-line-before
  53:17  ✖  Empty block                                             block-no-empty
  54:5   ✖  Expected indentation of 1 tab                           @stylistic/indentation
  56:5   ✖  Expected indentation of 1 tab                           @stylistic/indentation
  56:41  ✖  Empty block                                             block-no-empty
  57:5   ✖  Expected indentation of 1 tab                           @stylistic/indentation
  58:5   ✖  Expected indentation of 1 tab                           @stylistic/indentation
  58:77  ✖  Empty block                                             block-no-empty
  59:5   ✖  Expected indentation of 1 tab                           @stylistic/indentation
  61:1   ✖  Expected no more than 1 empty line                      @stylistic/max-empty-lines
  62:1   ✖  Expected no more than 1 empty line                      @stylistic/max-empty-lines
  63:5   ✖  Expected indentation of 1 tab                           @stylistic/indentation
  63:42  ✖  Empty block                                             block-no-empty
  64:5   ✖  Expected indentation of 1 tab                           @stylistic/indentation
  66:5   ✖  Expected indentation of 1 tab                           @stylistic/indentation
  66:35  ✖  Empty block                                             block-no-empty
  67:5   ✖  Expected indentation of 1 tab                           @stylistic/indentation
  68:5   ✖  Expected indentation of 1 tab                           @stylistic/indentation
  68:38  ✖  Empty block                                             block-no-empty
  69:5   ✖  Expected indentation of 1 tab                           @stylistic/indentation
  71:1   ✖  Expected no more than 1 empty line                      @stylistic/max-empty-lines
  72:1   ✖  Expected no more than 1 empty line                      @stylistic/max-empty-lines
  73:5   ✖  Expected indentation of 1 tab                           @stylistic/indentation
  73:36  ✖  Empty block                                             block-no-empty
  74:5   ✖  Expected indentation of 1 tab                           @stylistic/indentation
  76:1   ✖  Unexpected empty line before closing brace              @stylistic/block-closing-brace-empty-line-before
  78:20  ✖  Expected single space after "("                         @stylistic/media-feature-parentheses-space-inside
  78:42  ✖  Expected single space before ")"                        @stylistic/media-feature-parentheses-space-inside
  80:5   ✖  Expected indentation of 1 tab                           @stylistic/indentation
  80:5   ✖  Expected no empty line before rule                      rule-empty-line-before
  80:5   ✖  Too many ID selectors in "header #logo img", maximum 0  selector-max-id
  81:9   ✖  Expected indentation of 2 tabs                          @stylistic/indentation
  81:24  ✖  Expected newline before "}" of a multi-line block       @stylistic/block-closing-brace-newline-before
  81:25  ✖  Expected newline before "}" of a multi-line block       @stylistic/block-closing-brace-newline-before

vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/ClassDefinitionNameSpacingUnitTest.css
  65:1  ✖  Unclosed block  CssSyntaxError

vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/ClassDefinitionOpeningBraceSpaceUnitTest.css
  107:1  ✖  Unclosed block  CssSyntaxError

vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/ColonSpacingUnitTest.css
  27:120  ✖  Unknown word ?>px  CssSyntaxError

vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/ColourDefinitionUnitTest.css
   1:1   ✖  Too many ID selectors in "#title-bar-bottom-right", maximum 0     selector-max-id
   2:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
   2:5   ✖  Duplicate property "background-color"                             declaration-block-no-duplicate-properties
   2:23  ✖  Expected "#333333" to be "#333"                                   color-hex-length
   3:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
   4:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
   4:31  ✖  Expected "#F0F0F0" to be "#f0f0f0"                                @stylistic/color-hex-case
   5:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
   5:28  ✖  Expected "#FF00FF" to be "#ff00ff"                                @stylistic/color-hex-case
   5:28  ✖  Expected "#FF00FF" to be "#F0F"                                   color-hex-length
   6:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
   6:5   ✖  Overridden property "background-color" by shorthand "background"  declaration-block-no-shorthand-property-overrides
   6:29  ✖  Expected single space after "("                                   @stylistic/function-parentheses-space-inside
   6:45  ✖  Expected single space before ")"                                  @stylistic/function-parentheses-space-inside
   8:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
   9:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
   9:12  ✖  Disallowed named color "DarkSlateGray"                            color-named
   9:12  ✖  Expected "DarkSlateGray" to be "darkslategray"                    value-keyword-case
  10:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
  10:23  ✖  Disallowed function "rgb"                                         function-disallowed-list
  10:27  ✖  Expected single space after "("                                   @stylistic/function-parentheses-space-inside
  10:35  ✖  Expected single space before ")"                                  @stylistic/function-parentheses-space-inside
  11:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
  11:28  ✖  Expected single space after "("                                   @stylistic/function-parentheses-space-inside
  11:41  ✖  Expected single space before ")"                                  @stylistic/function-parentheses-space-inside
  12:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
  12:27  ✖  Expected single space after "("                                   @stylistic/function-parentheses-space-inside
  12:40  ✖  Expected single space before ")"                                  @stylistic/function-parentheses-space-inside
  15:1   ✖  Too many ID selectors in "#add-new-comment", maximum 0            selector-max-id
  15:18  ✖  Empty block                                                       block-no-empty

vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/DisallowMultipleStyleDefinitionsUnitTest.css
  10:120  ✖  Unknown word ?>px  CssSyntaxError

vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/DuplicateClassDefinitionUnitTest.css
    2:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation
    2:12  ✖  Expected "#FFF" to be "#fff"                                              @stylistic/color-hex-case
    6:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation
    6:12  ✖  Expected "#CCC" to be "#ccc"                                              @stylistic/color-hex-case
    9:1   ✖  Duplicate selector ".AssetLineageWidgetType-item", first used at line 1   no-duplicate-selectors
   10:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation
   10:12  ✖  Expected "#CCC" to be "#ccc"                                              @stylistic/color-hex-case
   13:40  ✖  Empty block                                                               block-no-empty
   16:39  ✖  Empty block                                                               block-no-empty
   19:1   ✖  Too many ID selectors in "#Blah .AssetLineageWidgetType-item", maximum 0  selector-max-id
   19:36  ✖  Empty block                                                               block-no-empty
   22:1   ✖  Too many ID selectors in "#X.selected", maximum 0                         selector-max-id
   23:30  ✖  Empty block                                                               block-no-empty
   26:9   ✖  Expected newline after ","                                                @stylistic/selector-list-comma-newline-after
   26:22  ✖  Empty block                                                               block-no-empty
   29:1   ✖  Duplicate selector ".YourClass, .MyClass", first used at line 26          no-duplicate-selectors
   29:11  ✖  Expected newline after ","                                                @stylistic/selector-list-comma-newline-after
   29:22  ✖  Empty block                                                               block-no-empty
   32:11  ✖  Expected newline after ","                                                @stylistic/selector-list-comma-newline-after
   32:21  ✖  Expected newline after ","                                                @stylistic/selector-list-comma-newline-after
   32:33  ✖  Empty block                                                               block-no-empty
   35:1   ✖  Expected no more than 1 empty line                                        @stylistic/max-empty-lines
   36:25  ✖  Empty block                                                               block-no-empty
   40:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation
   40:29  ✖  Empty block                                                               block-no-empty
   41:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation
   43:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation
   43:33  ✖  Empty block                                                               block-no-empty
   44:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation
   47:28  ✖  Empty block                                                               block-no-empty
   50:8   ✖  Deprecated media type "handheld"                                          media-type-no-deprecated
   51:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation
   51:28  ✖  Empty block                                                               block-no-empty
   52:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation
   54:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation
   54:32  ✖  Empty block                                                               block-no-empty
   55:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation
   57:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation
   57:5   ✖  Duplicate selector ".SameClassInMediaBlock", first used at line 51        no-duplicate-selectors
   57:28  ✖  Empty block                                                               block-no-empty
   58:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation
   61:8   ✖  Deprecated media type "braille"                                           media-type-no-deprecated
   62:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation
   62:23  ✖  Empty block                                                               block-no-empty
   63:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation
   65:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation
   65:32  ✖  Empty block                                                               block-no-empty
   66:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation
   68:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation
   68:33  ✖  Empty block                                                               block-no-empty
   69:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation
   72:23  ✖  Expected single space before "{"                                          @stylistic/block-opening-brace-space-before
   73:2   ✖  Expected newline after "{"                                                @stylistic/block-opening-brace-newline-after
   73:10  ✖  Disallowed named color "red"                                              color-named
   73:16  ✖  Expected single space after "}" of a single-line block                    @stylistic/block-closing-brace-space-after
   77:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation
   78:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation
   78:8   ✖  Empty block                                                               block-no-empty
   79:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation
   81:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation
   82:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation
   82:9   ✖  Empty block                                                               block-no-empty
   83:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation
   85:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation
   86:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation
   86:5   ✖  Duplicate selector "td", first used at line 78                            no-duplicate-selectors
   86:8   ✖  Empty block                                                               block-no-empty
   87:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation
   90:8   ✖  Deprecated media type "handheld"                                          media-type-no-deprecated
   90:39  ✖  Expected single space before "{"                                          @stylistic/block-opening-brace-space-before
   92:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation
   93:5   ✖  Empty block                                                               block-no-empty
   94:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation
   96:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation
   97:5   ✖  Empty block                                                               block-no-empty
   98:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation
  100:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation
  100:5   ✖  Duplicate selector "td", first used at line 92                            no-duplicate-selectors
  101:5   ✖  Empty block                                                               block-no-empty
  102:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation

vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/DuplicateStyleDefinitionUnitTest.css
  26:1  ✖  Unclosed block  CssSyntaxError

vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/EmptyClassDefinitionUnitTest.css
   1:31  ✖  Empty block                                                               block-no-empty
   1:33  ✖  Expected single space after "}" of a single-line block                    @stylistic/block-closing-brace-space-after
   2:1   ✖  Duplicate selector ".HelpWidgetType-new-bug-title", first used at line 1  no-duplicate-selectors
   2:1   ✖  Expected empty line before rule                                           rule-empty-line-before
   2:31  ✖  Empty block                                                               block-no-empty
   4:1   ✖  Duplicate selector ".HelpWidgetType-new-bug-title", first used at line 1  no-duplicate-selectors
   4:1   ✖  Expected empty line before rule                                           rule-empty-line-before
   4:31  ✖  Empty block                                                               block-no-empty
   5:4   ✖  Unexpected whitespace at end of line                                      @stylistic/no-eol-whitespace
   7:1   ✖  Duplicate selector ".HelpWidgetType-new-bug-title", first used at line 1  no-duplicate-selectors
   7:1   ✖  Expected empty line before rule                                           rule-empty-line-before
   7:31  ✖  Empty block                                                               block-no-empty
  10:1   ✖  Duplicate selector ".HelpWidgetType-new-bug-title", first used at line 1  no-duplicate-selectors
  10:1   ✖  Expected empty line before rule                                           rule-empty-line-before
  11:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation
  13:1   ✖  Duplicate selector ".HelpWidgetType-new-bug-title", first used at line 1  no-duplicate-selectors
  13:1   ✖  Expected empty line before rule                                           rule-empty-line-before
  14:5   ✖  Expected indentation of 1 tab                                             @stylistic/indentation

vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/EmptyStyleDefinitionUnitTest.css
  4:10  ✖  Missed semicolon  CssSyntaxError

vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/ForbiddenStylesUnitTest.css
   1:1   ✖  Too many ID selectors in "#add-new-comment", maximum 0                                             selector-max-id
   2:5   ✖  Expected indentation of 1 tab                                                                      @stylistic/indentation
   3:5   ✖  Expected indentation of 1 tab                                                                      @stylistic/indentation
   4:5   ✖  Expected indentation of 1 tab                                                                      @stylistic/indentation
   6:5   ✖  Expected indentation of 1 tab                                                                      @stylistic/indentation
   6:5   ✖  Expected no empty line before declaration                                                          declaration-empty-line-before
   7:5   ✖  Expected indentation of 1 tab                                                                      @stylistic/indentation
   8:5   ✖  Expected indentation of 1 tab                                                                      @stylistic/indentation
   9:5   ✖  Expected indentation of 1 tab                                                                      @stylistic/indentation
  10:5   ✖  Expected indentation of 1 tab                                                                      @stylistic/indentation
  10:5   ✖  Redundant longhand property "border-top-left-radius" after shorthand property "border-radius"      declaration-block-no-redundant-longhand-properties
  11:5   ✖  Expected indentation of 1 tab                                                                      @stylistic/indentation
  11:5   ✖  Redundant longhand property "border-top-right-radius" after shorthand property "border-radius"     declaration-block-no-redundant-longhand-properties
  12:5   ✖  Expected indentation of 1 tab                                                                      @stylistic/indentation
  12:5   ✖  Redundant longhand property "border-bottom-right-radius" after shorthand property "border-radius"  declaration-block-no-redundant-longhand-properties
  13:5   ✖  Expected indentation of 1 tab                                                                      @stylistic/indentation
  13:5   ✖  Redundant longhand property "border-bottom-left-radius" after shorthand property "border-radius"   declaration-block-no-redundant-longhand-properties
  15:5   ✖  Expected indentation of 1 tab                                                                      @stylistic/indentation
  15:5   ✖  Expected no empty line before declaration                                                          declaration-empty-line-before
  15:25  ✖  Unknown value "" for property "-moz-box-shadow"                                                    declaration-property-value-no-unknown
  16:5   ✖  Expected indentation of 1 tab                                                                      @stylistic/indentation
  16:28  ✖  Unknown value "" for property "-webkit-box-shadow"                                                 declaration-property-value-no-unknown
  17:5   ✖  Expected indentation of 1 tab                                                                      @stylistic/indentation
  17:20  ✖  Unknown value "" for property "box-shadow"                                                         declaration-property-value-no-unknown

vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/IndentationUnitTest.1.css
  79:1  ✖  Unknown word ---------------------------------------------  CssSyntaxError

vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/IndentationUnitTest.2.css
  2:1  ✖  Unclosed block  CssSyntaxError

vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/LowercaseStyleDefinitionUnitTest.css
   2:5    ✖  Expected indentation of 1 tab                         @stylistic/indentation
   2:5    ✖  Duplicate property "font-family"                      declaration-block-no-duplicate-properties
   2:18   ✖  Expected quotes around "Arial"                        font-family-name-quotes
   2:18   ✖  Missing generic font family                           font-family-no-missing-generic-family-keyword
   3:5    ✖  Expected indentation of 1 tab                         @stylistic/indentation
   3:5    ✖  Expected "Font-Family" to be "font-family"            @stylistic/property-case
   3:18   ✖  Expected quotes around "arial"                        font-family-name-quotes
   3:18   ✖  Missing generic font family                           font-family-no-missing-generic-family-keyword
   4:5    ✖  Expected indentation of 1 tab                         @stylistic/indentation
   4:23   ✖  Expected "#DA9393" to be "#da9393"                    @stylistic/color-hex-case
   5:5    ✖  Expected indentation of 1 tab                         @stylistic/indentation
   5:5    ✖  Expected "BACKGROUND-IMAGE" to be "background-image"  @stylistic/property-case
   5:23   ✖  Expected "URL" to be "url"                            function-name-case
   5:27   ✖  Expected single space after "("                       @stylistic/function-parentheses-space-inside
   5:43   ✖  Expected single space before ")"                      @stylistic/function-parentheses-space-inside
   8:20   ✖  Expected single space after "("                       @stylistic/media-feature-parentheses-space-inside
   8:42   ✖  Expected single space before ")"                      @stylistic/media-feature-parentheses-space-inside
  10:5    ✖  Expected indentation of 1 tab                         @stylistic/indentation
  10:5    ✖  Expected no empty line before rule                    rule-empty-line-before
  11:9    ✖  Expected indentation of 2 tabs                        @stylistic/indentation
  11:9    ✖  Expected "Font-Family" to be "font-family"            @stylistic/property-case
  11:22   ✖  Expected quotes around "arial"                        font-family-name-quotes
  11:22   ✖  Missing generic font family                           font-family-no-missing-generic-family-keyword
  12:9    ✖  Expected indentation of 2 tabs                        @stylistic/indentation
  12:60   ✖  Expected single space after "("                       @stylistic/function-parentheses-space-inside
  12:117  ✖  Expected single space before ")"                      @stylistic/function-parentheses-space-inside
  13:5    ✖  Expected indentation of 1 tab                         @stylistic/indentation

vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/MissingColonUnitTest.css
  2:5  ✖  Unknown word margin-right  CssSyntaxError

vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/NamedColoursUnitTest.css
   1:1   ✖  Too many ID selectors in "#red", maximum 0         selector-max-id
   2:5   ✖  Expected indentation of 1 tab                      @stylistic/indentation
   2:23  ✖  Disallowed named color "red"                       color-named
   6:5   ✖  Expected indentation of 1 tab                      @stylistic/indentation
   6:31  ✖  Disallowed named color "black"                     color-named
   7:5   ✖  Expected indentation of 1 tab                      @stylistic/indentation
   7:28  ✖  Disallowed named color "gray"                      color-named
  10:1   ✖  Too many ID selectors in "#red.yellow", maximum 0  selector-max-id
  11:5   ✖  Expected indentation of 1 tab                      @stylistic/indentation
  11:17  ✖  Disallowed named color "yellow"                    color-named
  11:28  ✖  Expected single space after "("                    @stylistic/function-parentheses-space-inside
  11:44  ✖  Expected single space before ")"                   @stylistic/function-parentheses-space-inside
  12:5   ✖  Expected indentation of 1 tab                      @stylistic/indentation
  12:26  ✖  Disallowed named color "white"                     color-named
  16:5   ✖  Expected indentation of 1 tab                      @stylistic/indentation
  20:5   ✖  Expected indentation of 1 tab                      @stylistic/indentation
  24:5   ✖  Expected indentation of 1 tab                      @stylistic/indentation

vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/OpacityUnitTest.css
   2:5   ✖  Expected indentation of 1 tab     @stylistic/indentation
   2:5   ✖  Duplicate property "opacity"      declaration-block-no-duplicate-properties
   3:5   ✖  Expected indentation of 1 tab     @stylistic/indentation
   3:5   ✖  Duplicate property "opacity"      declaration-block-no-duplicate-properties
   3:16  ✖  Unexpected trailing zero(s)       @stylistic/number-no-trailing-zeros
   4:5   ✖  Expected indentation of 1 tab     @stylistic/indentation
   4:5   ✖  Duplicate property "opacity"      declaration-block-no-duplicate-properties
   5:5   ✖  Expected indentation of 1 tab     @stylistic/indentation
   5:5   ✖  Duplicate property "opacity"      declaration-block-no-duplicate-properties
   5:16  ✖  Unexpected trailing zero(s)       @stylistic/number-no-trailing-zeros
   6:5   ✖  Expected indentation of 1 tab     @stylistic/indentation
   6:5   ✖  Duplicate property "opacity"      declaration-block-no-duplicate-properties
   7:5   ✖  Expected indentation of 1 tab     @stylistic/indentation
   7:5   ✖  Duplicate property "opacity"      declaration-block-no-duplicate-properties
   7:14  ✖  Expected a leading zero           @stylistic/number-leading-zero
   8:5   ✖  Expected indentation of 1 tab     @stylistic/indentation
   8:5   ✖  Duplicate property "opacity"      declaration-block-no-duplicate-properties
   9:5   ✖  Expected indentation of 1 tab     @stylistic/indentation
   9:5   ✖  Duplicate property "opacity"      declaration-block-no-duplicate-properties
  10:5   ✖  Expected indentation of 1 tab     @stylistic/indentation
  10:5   ✖  Duplicate property "opacity"      declaration-block-no-duplicate-properties
  11:5   ✖  Expected indentation of 1 tab     @stylistic/indentation
  15:3   ✖  Expected indentation of 1 tab     @stylistic/indentation
  16:3   ✖  Expected indentation of 1 tab     @stylistic/indentation
  16:3   ✖  Duplicate property "background"   declaration-block-no-duplicate-properties
  16:31  ✖  Expected single space after "("   @stylistic/function-parentheses-space-inside
  16:42  ✖  Expected "#00F" to be "#00f"      @stylistic/color-hex-case
  16:48  ✖  Expected "#0F0" to be "#0f0"      @stylistic/color-hex-case
  16:51  ✖  Expected single space before ")"  @stylistic/function-parentheses-space-inside
  16:76  ✖  Expected "#EEE" to be "#eee"      @stylistic/color-hex-case
  17:3   ✖  Expected indentation of 1 tab     @stylistic/indentation
  18:3   ✖  Expected indentation of 1 tab     @stylistic/indentation
  19:3   ✖  Expected indentation of 1 tab     @stylistic/indentation
  20:3   ✖  Expected indentation of 1 tab     @stylistic/indentation
  20:33  ✖  Expected single space after "("   @stylistic/function-parentheses-space-inside
  20:51  ✖  Expected single space before ")"  @stylistic/function-parentheses-space-inside
  21:3   ✖  Expected indentation of 1 tab     @stylistic/indentation
  22:3   ✖  Expected indentation of 1 tab     @stylistic/indentation
  23:3   ✖  Expected indentation of 1 tab     @stylistic/indentation
  24:3   ✖  Expected indentation of 1 tab     @stylistic/indentation
  25:3   ✖  Expected indentation of 1 tab     @stylistic/indentation
  25:19  ✖  Expected single space after "("   @stylistic/function-parentheses-space-inside
  25:46  ✖  Expected single space before ")"  @stylistic/function-parentheses-space-inside
  25:71  ✖  Expected "#EEE" to be "#eee"      @stylistic/color-hex-case
  26:3   ✖  Expected indentation of 1 tab     @stylistic/indentation
  30:5   ✖  Expected indentation of 1 tab     @stylistic/indentation
  30:5   ✖  Duplicate property "opacity"      declaration-block-no-duplicate-properties
  31:5   ✖  Expected indentation of 1 tab     @stylistic/indentation
  31:5   ✖  Duplicate property "opacity"      declaration-block-no-duplicate-properties
  32:5   ✖  Unexpected trailing zero(s)       @stylistic/number-no-trailing-zeros
  33:5   ✖  Expected indentation of 1 tab     @stylistic/indentation
  33:5   ✖  Duplicate property "opacity"      declaration-block-no-duplicate-properties
  33:28  ✖  Unexpected trailing zero(s)       @stylistic/number-no-trailing-zeros
  34:5   ✖  Expected indentation of 1 tab     @stylistic/indentation
  34:26  ✖  Expected a leading zero           @stylistic/number-leading-zero

vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/SemicolonSpacingUnitTest.css
  2:17  ✖  Missed semicolon  CssSyntaxError

vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/ShorthandSizeUnitTest.1.css
   1:1   ✖  Too many ID selectors in "#add-new-comment", maximum 0            selector-max-id
   2:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
   2:23  ✖  Expected "#333333" to be "#333"                                   color-hex-length
   3:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
   4:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
   4:31  ✖  Expected "#F0F0F0" to be "#f0f0f0"                                @stylistic/color-hex-case
   5:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
   5:28  ✖  Expected "#FF00FF" to be "#ff00ff"                                @stylistic/color-hex-case
   5:28  ✖  Expected "#FF00FF" to be "#F0F"                                   color-hex-length
   6:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
   6:5   ✖  Overridden property "background-color" by shorthand "background"  declaration-block-no-shorthand-property-overrides
   6:29  ✖  Expected single space after "("                                   @stylistic/function-parentheses-space-inside
   6:45  ✖  Expected single space before ")"                                  @stylistic/function-parentheses-space-inside
   7:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
   8:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
   8:5   ✖  Duplicate property "margin"                                       declaration-block-no-duplicate-properties
   9:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
  10:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
  11:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
  12:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
  12:5   ✖  Duplicate property "margin"                                       declaration-block-no-duplicate-properties
  13:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
  14:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
  14:5   ✖  Duplicate property "margin"                                       declaration-block-no-duplicate-properties
  15:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
  16:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
  16:36  ✖  Disallowed !important                                             declaration-no-important
  17:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
  17:5   ✖  Duplicate property "border-width"                                 declaration-block-no-duplicate-properties
  17:22  ✖  Unexpected multiple whitespace                                    @stylistic/no-multiple-whitespaces
  17:40  ✖  Unexpected multiple whitespace                                    @stylistic/no-multiple-whitespaces
  17:46  ✖  Unexpected multiple whitespace                                    @stylistic/no-multiple-whitespaces
  18:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
  18:5   ✖  Duplicate property "border-width"                                 declaration-block-no-duplicate-properties
  19:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
  19:5   ✖  Duplicate property "margin"                                       declaration-block-no-duplicate-properties
  20:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
  21:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
  21:5   ✖  Duplicate property "border-width"                                 declaration-block-no-duplicate-properties
  21:18  ✖  Expected single space after ":"                                   @stylistic/declaration-colon-space-after
  22:9   ✖  Expected indentation of 2 tabs                                    @stylistic/indentation
  23:9   ✖  Expected indentation of 2 tabs                                    @stylistic/indentation
  24:9   ✖  Expected indentation of 2 tabs                                    @stylistic/indentation
  25:9   ✖  Expected indentation of 2 tabs                                    @stylistic/indentation
  27:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
  28:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
  29:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
  30:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
  32:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
  33:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
  35:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
  36:5   ✖  Expected indentation of 1 tab                                     @stylistic/indentation
  36:18  ✖  Expected single space after ":"                                   @stylistic/declaration-colon-space-after
  37:9   ✖  Expected indentation of 2 tabs                                    @stylistic/indentation
  38:9   ✖  Expected indentation of 2 tabs                                    @stylistic/indentation
  39:9   ✖  Expected indentation of 2 tabs                                    @stylistic/indentation
  40:9   ✖  Expected indentation of 2 tabs                                    @stylistic/indentation

vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/ShorthandSizeUnitTest.2.css
  2:1  ✖  Unclosed block  CssSyntaxError

vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/CommentedOutCodeUnitTest.css
   4:1   ✖  Expected indentation of 1 tab                                   @stylistic/indentation
   4:14  ✖  Expected quotes around "Arial"                                  font-family-name-quotes
   4:21  ✖  Expected quotes around "Helvetica"                              font-family-name-quotes
   5:1   ✖  Expected indentation of 1 tab                                   @stylistic/indentation
   5:8   ✖  Expected single space after ":"                                 @stylistic/declaration-colon-space-after
   5:8   ✖  Unexpected whitespace before ":"                                @stylistic/declaration-colon-space-before
   6:1   ✖  Expected indentation of 1 tab                                   @stylistic/indentation
   6:9   ✖  Expected single space after ":"                                 @stylistic/declaration-colon-space-after
   6:9   ✖  Unexpected whitespace before ":"                                @stylistic/declaration-colon-space-before
   7:1   ✖  Expected indentation of 1 tab                                   @stylistic/indentation
   7:3   ✖  Expected whitespace after "/*"                                  comment-whitespace-inside
   7:61  ✖  Expected whitespace before "*/"                                 comment-whitespace-inside
   8:1   ✖  Expected indentation of 1 tab                                   @stylistic/indentation
   8:13  ✖  Expected "#8FB7DB" to be "#8fb7db"                              @stylistic/color-hex-case
   8:25  ✖  Expected single space after "("                                 @stylistic/function-parentheses-space-inside
   8:41  ✖  Expected single space before ")"                                @stylistic/function-parentheses-space-inside
  11:1   ✖  Too many ID selectors in "#login-container", maximum 0          selector-max-id
  12:5   ✖  Expected indentation of 1 tab                                   @stylistic/indentation
  13:5   ✖  Expected indentation of 1 tab                                   @stylistic/indentation
  14:5   ✖  Expected indentation of 1 tab                                   @stylistic/indentation
  14:14  ✖  Expected single space after ":"                                 @stylistic/declaration-colon-space-after
  15:5   ✖  Expected indentation of 1 tab                                   @stylistic/indentation
  15:9   ✖  Expected single space after ":"                                 @stylistic/declaration-colon-space-after
  15:9   ✖  Unexpected whitespace before ":"                                @stylistic/declaration-colon-space-before
  16:5   ✖  Expected indentation of 1 tab                                   @stylistic/indentation
  16:7   ✖  Expected whitespace after "/*"                                  comment-whitespace-inside
  16:16  ✖  Expected whitespace before "*/"                                 comment-whitespace-inside
  17:5   ✖  Expected indentation of 1 tab                                   @stylistic/indentation
  17:11  ✖  Expected single space after ":"                                 @stylistic/declaration-colon-space-after
  20:1   ✖  Too many ID selectors in "#cacheConfig-dayLabel", maximum 0     selector-max-id
  20:22  ✖  Expected newline after ","                                      @stylistic/selector-list-comma-newline-after
  20:24  ✖  Too many ID selectors in "#cacheConfig-hourLabel", maximum 0    selector-max-id
  20:46  ✖  Expected newline after ","                                      @stylistic/selector-list-comma-newline-after
  20:48  ✖  Too many ID selectors in "#cacheConfig-minuteLabel", maximum 0  selector-max-id
  21:5   ✖  Expected indentation of 1 tab                                   @stylistic/indentation
  22:5   ✖  Expected indentation of 1 tab                                   @stylistic/indentation

vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.1.css
  26:1  ✖  Unknown word //  CssSyntaxError

vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.2.css
  2:5  ✖  Expected indentation of 1 tab             @stylistic/indentation
  3:1  ✖  Unexpected missing end-of-source newline  @stylistic/no-missing-end-of-source-newline

vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.3.css
  2:5  ✖  Expected indentation of 1 tab  @stylistic/indentation

✖ 489 problems (489 errors, 0 warnings)
  363 errors potentially fixable with the "--fix" option.
--- stdout ---

> test
> npm run test:lint


> test:lint
> npm run test:lint:js && npm run test:lint:styles && npm run test:lint:i18n


> test:lint:js
> eslint --cache .


> test:lint:styles
> stylelint --cache --allow-empty-input "**/*.{css,less}"


--- end ---
Traceback (most recent call last):
  File "/venv/lib/python3.13/site-packages/runner/__init__.py", line 1268, in main
    libup.run()
    ~~~~~~~~~^^
  File "/venv/lib/python3.13/site-packages/runner/__init__.py", line 1208, in run
    self.npm_audit_fix(new_npm_audit)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
  File "/venv/lib/python3.13/site-packages/runner/__init__.py", line 239, in npm_audit_fix
    self.npm_test()
    ~~~~~~~~~~~~~^^
  File "/venv/lib/python3.13/site-packages/runner/__init__.py", line 289, in npm_test
    self.check_call(["npm", "test"])
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
  File "/venv/lib/python3.13/site-packages/runner/shell2.py", line 66, in check_call
    res.check_returncode()
    ~~~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.13/subprocess.py", line 508, in check_returncode
    raise CalledProcessError(self.returncode, self.args, self.stdout,
                             self.stderr)
subprocess.CalledProcessError: Command '['/usr/bin/npm', 'test']' returned non-zero exit status 2.
Source code is licensed under the AGPL.