-
Notifications
You must be signed in to change notification settings - Fork 39
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 warning to suggest to use inline classes when a class has single property #698
Labels
Comments
petertrr
added
documentation
Improvements or additions to documentation
enhancement
New feature or request
labels
Jan 12, 2021
@aktsay6 also add this rule to codestyle |
aktsay6
added a commit
that referenced
this issue
Jan 19, 2021
### What's done: * Logic made * Added warn tests
5 tasks
aktsay6
added a commit
that referenced
this issue
Jan 21, 2021
# Conflicts: # diktat-rules/src/main/kotlin/generated/WarningNames.kt
aktsay6
added a commit
that referenced
this issue
Jan 25, 2021
aktsay6
added a commit
that referenced
this issue
Jan 26, 2021
# Conflicts: # diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/DiktatRuleSetProvider.kt
aktsay6
added a commit
that referenced
this issue
Jan 27, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
https://kotlinlang.org/docs/reference/inline-classes.html
However, only since 1.3. Maybe needs some more considerations.
The text was updated successfully, but these errors were encountered: