Skip to content

Commit 9b3186a

Browse files
committed
badges
1 parent ad3b81b commit 9b3186a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Работа с кодами ответов HTTP для "1С:Предприятие 8"
22

3-
![sonar-scanner](https://github.com/astrizhachuk/CodeStatusHTTP/workflows/sonar-scanner/badge.svg)
3+
[![Quality Gate Status](https://sonar.openbsl.ru/api/project_badges/measure?project=CodeStatusHTTP&metric=alert_status)](https://sonar.openbsl.ru/dashboard?id=CodeStatusHTTP)
44

55
После проверки пары проектов с помощью [BSL Language Server](https://1c-syntax.github.io/bsl-language-server/) захотелось избавиться от "магических чисел" в коде при работе с HTTP-запросами. Использование данной небольшой библиотеки позволяет сделать работу с кодами ответов HTTP нагляднее и в соответствии со стандартами 1С.
66

@@ -24,12 +24,12 @@
2424

2525
При разработке используются:
2626

27-
1. [1C:Enterprise](https://1c-dn.com) 8.3.14.1993 (8.3.14 compatibility mode)
28-
2. [1C:Enterprise Development Tools](https://edt.1c.ru) (2020.1.0+640)
29-
3. [1Unit](https://github.com/DoublesunRUS/ru.capralow.dt.unit.launcher)
30-
4. [vanessa-automation](https://github.com/Pr-Mex/vanessa-automation)
31-
5. [dt.bslls.validator](https://github.com/DoublesunRUS/ru.capralow.dt.bslls.validator)
32-
6. [BSL Language Server](https://github.com/1c-syntax/bsl-language-server)
27+
1. [1C:Enterprise](https://1c-dn.com) 8.3.14.1993 (8.3.14 compatibility mode);
28+
2. [1C:Enterprise Development Tools](https://edt.1c.ru) (2020.1.0+640);
29+
3. [1Unit](https://github.com/DoublesunRUS/ru.capralow.dt.unit.launcher);
30+
4. [vanessa-automation](https://github.com/Pr-Mex/vanessa-automation);
31+
5. [dt.bslls.validator](https://github.com/DoublesunRUS/ru.capralow.dt.bslls.validator);
32+
6. [BSL Language Server](https://github.com/1c-syntax/bsl-language-server);
3333

3434
## Использование
3535

0 commit comments

Comments
 (0)