-
Notifications
You must be signed in to change notification settings - Fork 512
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
Indention Rule: Parameters should be aligned vertically #118
Closed
MyDogTom
wants to merge
8
commits into
pinterest:master
from
MyDogTom:mydogtom/indention-rule-align-parameters
Closed
Indention Rule: Parameters should be aligned vertically #118
MyDogTom
wants to merge
8
commits into
pinterest:master
from
MyDogTom:mydogtom/indention-rule-align-parameters
Commits on Dec 4, 2017
-
Indention Rule: Parameters should be aligned vertically
Enforce that parameters should be aligned. This is how default IntelliJ formatter works. This approach is listed on: https://ktlint.github.io/#rule-indentation https://kotlinlang.org/docs/reference/coding-conventions.html#class-header-formatting https://android.github.io/kotlin-guides/style.html#functions
Configuration menu - View commit details
-
Copy full SHA for 69738ec - Browse repository at this point
Copy the full SHA 69738ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for daadfca - Browse repository at this point
Copy the full SHA daadfcaView commit details
Commits on Dec 12, 2017
-
Merge branch 'master' into mydogtom/indention-rule-align-parameters
# Conflicts: # ktlint/src/main/kotlin/com/github/shyiko/ktlint/Main.kt
Configuration menu - View commit details
-
Copy full SHA for e8f1c21 - Browse repository at this point
Copy the full SHA e8f1c21View commit details
Commits on Dec 14, 2017
-
new rule: ParametersOnSeparateLines
Parameters should be placed either on one line, either each parameter on new line Extracted indention size definition in separate class. This allows to avoid duplication between rules
Configuration menu - View commit details
-
Copy full SHA for 4c38505 - Browse repository at this point
Copy the full SHA 4c38505View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcc7a6d - Browse repository at this point
Copy the full SHA dcc7a6dView commit details
Commits on Jan 12, 2018
-
Merge branch 'master' into mydogtom/indention-rule-align-parameters
# Conflicts: # ktlint-ruleset-standard/src/main/kotlin/com/github/shyiko/ktlint/ruleset/standard/IndentationRule.kt
Configuration menu - View commit details
-
Copy full SHA for 90d2084 - Browse repository at this point
Copy the full SHA 90d2084View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc54d28 - Browse repository at this point
Copy the full SHA fc54d28View commit details -
Configuration menu - View commit details
-
Copy full SHA for a180d18 - Browse repository at this point
Copy the full SHA a180d18View 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.