Add allowed_changes.yml

This commit is contained in:
2025-11-24 10:17:31 +00:00
parent 063d2795d9
commit 307364b2bc

8
allowed_changes.yml Normal file
View File

@@ -0,0 +1,8 @@
version: 1
allowed_files:
- "app/src/main/java/ru/myitschool/work/*"
- "app/src/main/res/*"
forbidden_files:
- "app/src/main/java/ru/myitschool/work/App.kt"
- "app/src/main/java/ru/myitschool/work/core/Constants.kt"
- "app/src/main/java/ru/myitschool/work/core/TestIds.kt"