-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #171 from checkout/release/4.0.0
RELEASE-16123: frames-android-4.0.0
- Loading branch information
Showing
2,470 changed files
with
116,938 additions
and
125,836 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# top-most EditorConfig file | ||
root = true | ||
|
||
[*.{kt,kts}] | ||
# true (recommended) / false | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
# Comma-separated list of rules to disable (Since 0.34.0) | ||
# Note that rules in any ruleset other than the standard ruleset will need to be prefixed | ||
# by the ruleset identifier. | ||
disabled_rules = experimental:annotation, import-ordering, indent | ||
# Max symbols in line | ||
max_line_length = 120 | ||
|
||
# According to https://kotlinlang.org/docs/reference/coding-conventions.html#names-for-test-methods it is acceptable to write method names | ||
# in natural language. When using natural language, the description tends to be longer. Allow lines containing an identifier between | ||
# backticks to be longer than the maximum line length. (Since 0.41.0) | ||
[**/test/**.kt] | ||
ktlint_ignore_back_ticked_identifier = true |
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
FramesKotlinSample/src/androidTest/java/com/checkout/kotlinsample/ExampleInstrumentedTest.kt
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
...ample/src/androidTest/java/com/checkout/kotlinsample/presentation/ui/CheckoutUiSdkTest.kt
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
FramesKotlinSample/src/main/java/com/checkout/kotlinsample/FramesKotlinSampleApp.kt
This file was deleted.
Oops, something went wrong.
83 changes: 0 additions & 83 deletions
83
FramesKotlinSample/src/main/java/com/checkout/kotlinsample/presentation/AndroidExtensions.kt
This file was deleted.
Oops, something went wrong.
54 changes: 0 additions & 54 deletions
54
FramesKotlinSample/src/main/java/com/checkout/kotlinsample/presentation/ui/MainActivity.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.