Skip to content

Commit

Permalink
Deleting NoItParamInMultilineLambdaRule
Browse files Browse the repository at this point in the history
It was based on a styleguide discussion (Kotlin/kotlin-style-guide#10) that never made it into the official styleguide.
  • Loading branch information
shashachu committed Jul 5, 2019
1 parent f4e5358 commit b77a00b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 57 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ indent_size = 4
# multiline-if-else - disabled until auto-correct is working properly
# (e.g. try formatting "if (true)\n return { _ ->\n _\n}")
# no-it-in-multiline-lambda - disabled until it's clear what to do in case of `import _.it`
disabled_rules=annotation,multiline-if-else,no-it-in-multiline-lambda
disabled_rules=annotation,multiline-if-else

[{Makefile,*.go}]
indent_style = tab
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ class StandardRuleSetProvider : RuleSetProvider {
NoBlankLineBeforeRbraceRule(),
NoConsecutiveBlankLinesRule(),
NoEmptyClassBodyRule(),
NoItParamInMultilineLambdaRule(),
NoLineBreakAfterElseRule(),
NoLineBreakBeforeAssignmentRule(),
NoMultipleSpacesRule(),
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit b77a00b

Please sign in to comment.