-
Notifications
You must be signed in to change notification settings - Fork 506
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 rule class-signature
#2119
Merged
Merged
Add rule class-signature
#2119
Commits on Jul 9, 2023
-
Add rule
class-signature
. This rule rewrites the class header to a ……consistent format. In code style `ktlint_official`, super types are always wrapped to a separate line. In other code styles, super types are only wrapped in classes having multiple super types. Especially for code style `ktlint_official` the class headers are rewritten in a more consistent format. Closes #875 Closes #1349
Configuration menu - View commit details
-
Copy full SHA for 2e19b5c - Browse repository at this point
Copy the full SHA 2e19b5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 264c17c - Browse repository at this point
Copy the full SHA 264c17cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc99176 - Browse repository at this point
Copy the full SHA cc99176View commit details
Commits on Jul 12, 2023
-
Add disallowed comments locations for value argument, type argument, …
…value parameter and type parameter lists so that the ClassSignatureRule does not need to check for this
Configuration menu - View commit details
-
Copy full SHA for 8663abd - Browse repository at this point
Copy the full SHA 8663abdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96e42bf - Browse repository at this point
Copy the full SHA 96e42bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5039e50 - Browse repository at this point
Copy the full SHA 5039e50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28d7e5b - Browse repository at this point
Copy the full SHA 28d7e5bView commit details
Commits on Jul 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9403d64 - Browse repository at this point
Copy the full SHA 9403d64View commit details
Commits on Jul 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7d8b141 - Browse repository at this point
Copy the full SHA 7d8b141View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cdd983 - Browse repository at this point
Copy the full SHA 0cdd983View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cc604d - Browse repository at this point
Copy the full SHA 8cc604dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.