diff --git a/.editorconfig b/.editorconfig index 0861e13..448817d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,4 +2,4 @@ # 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=import-ordering,experimental:annotation +disabled_rules=no-wildcard-imports,import-ordering,experimental:annotation diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 17eca57..87c89b5 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -24,7 +24,7 @@ jobs: bundle install --path vendor/bundle # Runs build with Gradle - name: Build with Fastlane - run: bundle exec fastlane debug_dev + run: bundle exec fastlane debug - name: Send notification of build result uses: 8398a7/action-slack@v3 with: diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 4404972..30de1d6 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -4,14 +4,18 @@