Skip to content
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

Disable rector on tests #340

Merged
merged 1 commit into from
May 22, 2024
Merged
Changes from all commits
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
Disable rector on tests
Tigrov committed May 22, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit e3fa699b5942304b5746c108a7f4f3055a776ef0
3 changes: 2 additions & 1 deletion rector.php
Original file line number Diff line number Diff line change
@@ -12,7 +12,8 @@
return static function (RectorConfig $rectorConfig): void {
$rectorConfig->paths([
__DIR__ . '/src',
__DIR__ . '/tests',
/** Disable rector on tests */
// __DIR__ . '/tests',
]);

// register a single rule