supahgreg
|
f12f46bd6e
|
Add 'node_modules' back to the PHPStan config.
Adding the special PHPStan suffix to mark it as optional.
https://phpstan.org/user-guide/ignoring-errors#excluding-whole-files
|
2025-10-19 02:01:40 +00:00 |
|
supahgreg
|
f9fc573c44
|
Clean up PHPStan's scanFiles list.
'lib/gettext/streams.php' and 'lib/jimIcon.php' get included by 'lib/gettext/gettext.inc.php' and 'lib/floIcon.php', respectively.
|
2025-10-19 01:57:32 +00:00 |
|
supahgreg
|
9331ed1853
|
Drop 'node_modules' from the PHPStan config.
Not present in the repo.
|
2025-10-18 23:53:56 +00:00 |
|
supahgreg
|
9a242c8497
|
Simplify the PHPStan config.
|
2025-10-18 23:48:46 +00:00 |
|
supahgreg
|
d354331322
|
Add a Rector config
|
2025-10-18 03:05:25 +00:00 |
|
supahgreg
|
e1f34c982c
|
Stop using 'set_include_path', remove related PHPStan exclude.
|
2025-10-17 03:29:51 +00:00 |
|
supahgreg
|
3e6a6654fa
|
Remove PHPStan excludes related to DOMElement/DOMNode.
|
2025-10-17 02:40:14 +00:00 |
|
supahgreg
|
bd1e066402
|
Fix using 'strlen' with 'array_filter', remove PHPStan ignore.
|
2025-10-17 02:28:26 +00:00 |
|
supahgreg
|
5c941e663d
|
Cache PHPStan results, drop 'parallel.maximumNumberOfProcesses' param.
|
2025-10-11 05:38:51 +00:00 |
|
Andrew Dolgov
|
8986a3e7ee
|
add limited highlighting of filter test results based on matched rules
|
2025-03-28 07:59:46 +03:00 |
|
wn_
|
859ce4d7f6
|
Deal with an error showing up in Gitlab PHPStan runs
|
2024-11-13 02:11:58 +00:00 |
|
wn_
|
76b9cd8274
|
Make the 'requireOnce.fileNotFound' PHPStan error ignore more specific.
|
2024-11-12 03:59:52 +00:00 |
|
wn_
|
a784305cc7
|
Address PHPStan findings as of 2.0.1
|
2024-11-12 03:15:53 +00:00 |
|
Andrew Dolgov
|
62ca093b75
|
make phpstan & watcher happy, stop running phpstan on vendor/
|
2023-10-20 21:22:03 +03:00 |
|
Andrew Dolgov
|
8535305cfc
|
phpstan: set tmp dir
|
2023-09-01 11:22:36 +03:00 |
|
Andrew Dolgov
|
485bfe327a
|
phpstan: exclude intervention from plugins/
|
2023-08-28 09:23:17 +03:00 |
|
Andrew Dolgov
|
bd95325f8d
|
phpstan: exclude psr/log
|
2023-08-03 07:24:29 +03:00 |
|
Andrew Dolgov
|
72e64bdb78
|
phpstan: exclude tests in lib/
|
2022-12-11 22:06:49 +03:00 |
|
Andrew Dolgov
|
10a1dd35e3
|
* split local cache implementation into a separate class
* allow custom implementations provided by plugins
|
2022-11-23 21:18:40 +03:00 |
|
Andrew Dolgov
|
7187ab859d
|
fork masterminds html5-php
|
2022-07-31 09:15:00 +03:00 |
|
Andrew Dolgov
|
8632c39eb2
|
phpstan: limit concurrency
|
2022-06-10 17:41:38 +03:00 |
|
Andrew Dolgov
|
68e49203d1
|
make phpstan stfu about unmatcher ignored errors (seriously)
|
2022-05-11 11:12:45 +03:00 |
|
Andrew Dolgov
|
d781354539
|
add some more phpstan excludes
|
2022-05-11 07:56:29 +03:00 |
|
Andrew Dolgov
|
a92070da06
|
unignore several phpstan errors
|
2021-11-15 08:20:56 +03:00 |
|
wn_
|
4cc3374f9f
|
Initial go at PHPStan rule level 6.
|
2021-11-10 21:38:25 +00:00 |
|
Andrew Dolgov
|
9f734c9050
|
minor phpstan tweaks
|
2021-10-22 13:49:08 +03:00 |
|
Andrew Dolgov
|
bc73bf0f67
|
cdmToggleGridSpan: toggle classname instead of a style property
|
2021-03-12 14:05:51 +03:00 |
|
Andrew Dolgov
|
c521e26a19
|
use absolute namespace for readability
|
2021-02-26 19:55:49 +03:00 |
|
Andrew Dolgov
|
d6bb77f452
|
exclude a bunch of phpunit test files
|
2021-02-26 19:37:09 +03:00 |
|
Andrew Dolgov
|
211f699aa0
|
migrate the rest into Config::
|
2021-02-22 22:35:27 +03:00 |
|
Andrew Dolgov
|
e4107ac952
|
wip: initial for config object
|
2021-02-22 21:47:48 +03:00 |
|
Andrew Dolgov
|
be4e7b1340
|
fix several issues reported by phpstan
|
2021-02-22 14:41:09 +03:00 |
|
Andrew Dolgov
|
6f29ecbbb9
|
add phpstan config
|
2021-02-21 23:19:58 +03:00 |
|