Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Implement change discussed during PR review to the developer upgrade …
…guide
  • Loading branch information
rodrigoprimo committed Aug 12, 2025
commit 24d84a4a3c35ab12b3293c0b52e33473645af1ec
2 changes: 1 addition & 1 deletion wiki/Version-4.0-Developer-Upgrade-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ The Ruleset class now respects sniff selection via `--sniffs=...`, even when in

If your own test framework contained workarounds to get round the previous restriction, it should now be safe to remove those workarounds and to use the `--sniffs=...` argument when initiating the `Config` class.

Typically, these types of workarounds can be found by searching for calls to the `Ruleset::registerSniffs()` method.
Typically, these type of workarounds can be found by searching for calls to the `Ruleset::registerSniffs()` method.

<p align="right"><a href="#table-of-contents">back to top</a></p>

Expand Down