doctor-rst icon indicating copy to clipboard operation
doctor-rst copied to clipboard

Bring consistency to documentation

Results 23 doctor-rst issues
Sort by recently updated
recently updated
newest added

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.19 to 10.5.20. Release notes Sourced from phpunit/phpunit's releases. PHPUnit 10.5.20 #5771: JUnit XML logger may crash when test that is run in separate process exits unexpectedly...

dependencies
automerge

Based on * https://github.com/symfony/symfony-docs/pull/19786 1. It should be a `LineContentRule` 2. It should only run, when inside a PHP Code-Block 3. It should check all occurences via a regex if...

Rule Idea 💡

Follows * https://github.com/symfony/symfony-docs/pull/19418

We have a lot of exclusions in `phpstan-baseline.neon` and some `\assert(...)` in code Using `OptionResolver` for `$config` will add a better UX and better validation https://github.com/OskarStark/doctor-rst/blob/01e1ce5346c233b89d861e082d32bcffbd200648/src/Command/AnalyzeCommand.php#L91

**I will leave this here for someone else to implement:** I can see a lot of time is spent in `Replacement->check()` ![grafik](https://github.com/OskarStark/doctor-rst/assets/120441/f81d4990-da2c-4a72-936e-503c499d2b08) I think one way you could optimize that...

Performance

Maybe this should be implemented after: https://github.com/OskarStark/doctor-rst/issues/825 Currently we show the line content for all rules/types: ![CleanShot 2020-11-21 at 15 52 01](https://user-images.githubusercontent.com/995707/99880107-a210ac80-2c11-11eb-8db1-c4649990f85c.png) However this makes no sense for the rules...

enhancement
help wanted

Spotted in * https://github.com/symfony/symfony-docs/pull/18012/files cc @alamirault

Rule Idea 💡

We could avoid such mistakes in the future * https://github.com/symfony/symfony-docs/pull/17825

Rule Idea 💡