-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add optional replacement to ForbiddenDirectives
#1901
Add optional replacement to ForbiddenDirectives
#1901
Conversation
ForbiddenDirectives
After this PR is merged, I would release a new version, then we need to wait ~10 minutes and then a PR against |
Updated the code so it takes an array of replacements. Refactored the tests a bit because there are a lot more variations now. Also added tests for configuration failures. |
* develop: Add optional replacement to `ForbiddenDirectives` (#1901) Add `make docs` (#1902) composer(deps-dev): bump ergebnis/composer-normalize from 2.44.0 to 2.45.0 (#1899) composer(deps): bump symfony/dependency-injection from 7.1.9 to 7.2.0 (#1898) composer(deps): bump symfony/yaml from 7.1.6 to 7.2.0 (#1897) composer(deps-dev): bump symfony/var-dumper from 7.1.8 to 7.2.0 (#1894) composer(deps): bump symfony/config from 7.1.7 to 7.2.0 (#1896) composer(deps): bump symfony/options-resolver from 7.1.9 to 7.2.0 (#1895) composer(deps): bump symfony/finder from 7.1.6 to 7.2.0 (#1893) composer(deps): bump symfony/console from 7.1.8 to 7.2.0 (#1892) composer(deps): bump symfony/dependency-injection from 7.1.8 to 7.1.9 (#1889) composer(deps): bump symfony/service-contracts from 3.5.0 to 3.5.1 (#1890) composer(deps): bump symfony/options-resolver from 7.1.6 to 7.1.9
Thanks @TimoBakx You may want to send a PR to |
Yes, I will do that. |
…TimoBakx) This PR was merged into the 6.4 branch. Discussion ---------- Added replacement suggestions for forbidden directives Also bumped DOCtor RST workflow to 1.64.0 to allow this (see OskarStark/doctor-rst#1901). Commits ------- 35a3db1 Added replacement suggestions for forbidden directives
Closes #1900