diff --git a/.circleci/config.yml b/.circleci/config.yml index ea708e8e64..795c6415f1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -68,6 +68,6 @@ workflows: # Inside the workflow, you provide the jobs you want to run, e.g this workflow runs the build-and-test job above. # CircleCI will run this workflow on every commit. # For more details on extending your workflow, see the configuration docs: https://circleci.com/docs/2.0/configuration-reference/#workflows - sample: + dotests: jobs: - build-and-test \ No newline at end of file diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..4ce4a9be35 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + + +[*{kt,kts}] +disabled_rules=no-wildcard-imports \ No newline at end of file diff --git a/.gitignore b/.gitignore index 3b6372d2df..4b311a1123 100644 --- a/.gitignore +++ b/.gitignore @@ -11,8 +11,6 @@ build/ .idea/* !.idea/codeStyles/ full/ -debug/ -release/ app/com.crashlytics.settings.json app/session_analytics.tap .project diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index ff53f4004f..66acf8e27e 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,11 +1,13 @@