-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/2.2.1' into 'master'
Merge VKSDK Release 2.2.1 into master #skip_co See merge request vk-ecosystem/vk-id-sdk/android-sdk!665
- Loading branch information
Showing
194 changed files
with
5,119 additions
and
3,909 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Technical commands | ||
|
||
Во время разработки проекта используются несколько технических команд. Ознакомьтесь с ними, если вы планируете контрибьютить в наше SDK. | ||
|
||
- `./gradlew detekt` | ||
Запускает detekt на проекте и выводит список ошибок | ||
- `./gradlew lint` | ||
Запускает android lint в рамках SDK и выводит список ошибок | ||
- `./gradlew testDebugUnitTest` | ||
Запускает unit тесты | ||
- `./gradlew connectedAndroidTest` | ||
Запускает ui тесты | ||
- `./gradlew apiDump` | ||
Обновляет файлы .api и отображает в них актуальное состояние SDK. Нужно запускать перед тем, как открывать пр в репозиторий | ||
- `./gradlew apiCheck` | ||
Проверяет, что публичное апи SDK соотвествует тому, что отображено в .api файлах | ||
- `./gradlew updateDebugScreenshotTest` | ||
Обновлет скриншоты. Обязательно запустите перед созданием пра | ||
- `./gradlew validateDebugScreenshotTest` | ||
Запускает проверку screenshot тестов | ||
- `./scripts/git/validate_git_history TARGET_BRANCH SOURCE_BRANCH` | ||
Проверяет названия веток и историю коммитов на соответсвтие нашему формату. Нужно запускать перед открытием пра | ||
- `./gradlew :build-logic:dokka-skip:publishToMavenLocal & ./gradlew dokkaHtmlMultiModule` | ||
Запускает генерацию документации. Обязательно запускать перед открытием пра | ||
- `./gradlew generateBaselineProfiles` | ||
Обновляет baseline prfofile-ы. Перед открытием пра нужно его запустить | ||
- `./scripts/renovate/renovate.sh` | ||
Обновляет зависимости renovate-ом, требует запущенного докера |
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
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
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.