PluginProbe
Search Atlas SEO – OTTO AI SEO Automation for WordPress / 2.6.16
Search Atlas SEO – OTTO AI SEO Automation for WordPress v2.6.16
2.6.26 2.6.25 2.6.24 2.6.23 2.6.22 2.6.21 2.6.20 2.6.19 2.6.18 2.6.17 2.6.16 2.6.15 2.6.14 2.6.13 2.6.12 2.6.11 2.6.10 2.6.9 2.6.8 2.6.7 2.6.6 2.6.5 2.6.4 2.6.3 2.5.23 All 138 releases
metasync / phpstan.neon

phpstan.neon in Search Atlas SEO – OTTO AI SEO Automation for WordPress 2.6.16, at phpstan.neon

24 lines 827 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 includes:
2 # Pre-existing legacy findings captured so the job only gates NEW errors (WP-512).
3 - phpstan-baseline.neon
4
5 parameters:
6 level: 5
7 # Some legacy inline @phpstan-ignore comments are unmatched under the current
8 # ruleset (e.g. third-party SEO-plugin calls that no longer error). These are
9 # "non-ignorable" so they can't be baselined; don't fail the build on them
10 # (baseline adoption, WP-512). New genuine errors still fail the job.
11 reportUnmatchedIgnoredErrors: false
12 # The codebase uses PHP 8.0+ syntax (e.g. match expressions in
13 # media-optimization/), so PHPStan must parse with the 8.0 grammar.
14 phpVersion: 80000
15 paths:
16 - .
17 excludePaths:
18 - vendor
19 - otto/vendor
20 - node_modules (?)
21 - tests
22 - assets
23 - .gitlab
24