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 an assumeMutable option to the Immutable rule. #19

Open
Whathecode opened this issue Mar 5, 2021 · 0 comments
Open

Add an assumeMutable option to the Immutable rule. #19

Whathecode opened this issue Mar 5, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@Whathecode
Copy link
Member

Similar to assumeImmutable ...

assumeImmutable can list fully qualified class names which won't be verified and are assumed to be immutable. This may be useful when the plugin fails to analyze classes which you know to be immutable.

It may be useful to mark classes as mutable. The alternative right now is to exclude those sources from analysis entirely.

@Whathecode Whathecode added the enhancement New feature or request label Mar 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant