-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* feat : GH-47 Add people details module * feat : GH-47 Add people details module Add performance and metrics Add BaselineProfileRule
- Loading branch information
1 parent
e66d4d9
commit 7e3fad9
Showing
156 changed files
with
5,952 additions
and
1,166 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,16 @@ | ||
[*.{kt,kts}] | ||
ktlint_code_style = intellij_idea | ||
end_of_line = lf | ||
ij_kotlin_allow_trailing_comma = true | ||
ij_kotlin_allow_trailing_comma_on_call_site = true | ||
ij_kotlin_imports_layout = *, java.**, javax.**, kotlin.**, ^ | ||
ij_kotlin_packages_to_use_import_on_demand = java.util.*, kotlinx.android.synthetic.** | ||
indent_size = 4 | ||
indent_style = space | ||
ktlint_code_style = ktlint_official | ||
insert_final_newline = true | ||
ktlint_chain_method_rule_force_multiline_when_chain_operator_count_greater_or_equal_than = unset | ||
ktlint_class_signature_rule_force_multiline_when_parameter_count_greater_or_equal_than = unset | ||
ktlint_code_style = intellij_idea | ||
ktlint_function_naming_ignore_when_annotated_with = unset | ||
ktlint_function_signature_body_expression_wrapping = default | ||
ktlint_function_signature_rule_force_multiline_when_parameter_count_greater_or_equal_than = unset | ||
max_line_length = 100 | ||
ktlint_function_naming_ignore_when_annotated_with = Composable | ||
ktlint_ignore_back_ticked_identifier = false | ||
max_line_length = off | ||
ktlint_standard_multiline-expression-wrapping = disabled | ||
ktlint_standard_string-template-indent = disabled | ||
ktlint_function_signature_wrapping_rule_always_with_minimum_parameters = 3 | ||
ktlint_function_signature_body_expression_wrapping = default | ||
|
||
[**/generated/**/*] | ||
ktlint = disabled | ||
|
||
# end_of_line = lf | ||
# ij_kotlin_allow_trailing_comma = false | ||
# ij_kotlin_allow_trailing_comma_on_call_site = false | ||
# ij_kotlin_imports_layout = *, java.**, javax.**, kotlin.**, ^ | ||
# ij_kotlin_packages_to_use_import_on_demand = unset | ||
# indent_size = 4 | ||
# indent_style = space | ||
# ktlint_chain_method_rule_force_multiline_when_chain_operator_count_greater_or_equal_than = unset | ||
# ktlint_class_signature_rule_force_multiline_when_parameter_count_greater_or_equal_than = 1 | ||
# ktlint_function_signature_body_expression_wrapping = default | ||
# ktlint_function_signature_rule_force_multiline_when_parameter_count_greater_or_equal_than = 2 | ||
# ktlint_function_signature_wrapping_rule_always_with_minimum_parameters = 3 | ||
# ktlint_ignore_back_ticked_identifier = false | ||
# max_line_length = 140 | ||
[**/generated-sources/**/*] | ||
ktlint = disabled |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Thanks for submitting a pull request. Please include the following information. | ||
|
||
**What I have done and why** | ||
Include a summary of what your pull request contains, and why you have made these changes. | ||
|
||
Fixes #<issue_number_goes_here> | ||
|
||
**Do tests pass?** | ||
- [ ] Run local tests on `Debug` variant: `./gradlew testDebugUnitTest` | ||
- [ ] Check formatting: `./gradlew detekt ktlintCheck` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.