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

Add definedIn?:string|list<string> config option #198

Merged
merged 1 commit into from
May 28, 2023
Merged

Conversation

spaze
Copy link
Owner

@spaze spaze commented May 28, 2023

To further specify/limit files where the function or method should be defined to be disallowed.

Close #194

@spaze spaze self-assigned this May 28, 2023
…iles where the function or method should be defined to be disallowed

Close #194
@spaze spaze merged commit ee07fd9 into main May 28, 2023
62 checks passed
@spaze spaze deleted the spaze/defined-in branch May 28, 2023 13:15
spaze added a commit that referenced this pull request May 28, 2023
Static calls like `Royale::withCheese()` would require `return new StaticCalls` instead of `return new MethodCalls` in the test class' `getRule()` method otherwise they're irrelevant.

Follow-up to #198
spaze added a commit that referenced this pull request May 28, 2023
Static calls like `Royale::withCheese()` would require `return new StaticCalls` instead of `return new MethodCalls` in the test class' `getRule()` method otherwise they're irrelevant.

Follow-up to #198
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FeatureRequest: disallowDirectory
1 participant