1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-25 02:42:28 +02:00

Мелкие правки

This commit is contained in:
Anton Titovets 2024-03-01 11:32:25 +03:00
parent a34d35f789
commit ae8df587d8
2 changed files with 3 additions and 6 deletions

View File

@ -24,6 +24,7 @@
//Раскомментировать, если выполняется OneScript
//#Использовать ".."
//#Использовать asserts
// @skip-check undefined-variable
@ -141,7 +142,7 @@
КонецФункции
Функция ПутьКФайлуДанных()
Возврат "C:\data.json";
Возврат "C:\data.json"; // BSLLS:UsingHardcodePath-off
КонецФункции
Функция ПолучитьМассивРазделовТестирования()
@ -242,7 +243,7 @@
УстановитьБезопасныйРежим(Истина);
Модуль = Вычислить(Имя);
Модуль = Вычислить(Имя); // BSLLS:ExecuteExternalCodeInCommonModule-off
УстановитьБезопасныйРежим(Ложь);

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<suppress:SuppressGenericObject xmlns:suppress="http://g5.1c.ru/v8/dt/check/suppress/model" fqn="CommonModule.YAX_Тесты">
<suppressions key="com.e1c.v8codestyle.md:extension-md-object-prefix" value="true"/>
</suppress:SuppressGenericObject>