Add community scope gate
This commit is contained in:
@@ -71,3 +71,18 @@ shell env file.
|
||||
```bash
|
||||
./scripts/check-rust-code-health.sh
|
||||
```
|
||||
|
||||
## `check-community-scope.sh`
|
||||
|
||||
Проверяет, что в community-репозиторий не попали функции и тексты за пределами
|
||||
REST -> MCP сценария.
|
||||
|
||||
```bash
|
||||
./scripts/check-community-scope.sh
|
||||
```
|
||||
|
||||
Unit-тесты checker-а лежат в `tests/unit`:
|
||||
|
||||
```bash
|
||||
python3 -m unittest discover -s tests/unit
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user