forked from bia-tech/precommit4onec
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
118 changed files
with
3,348 additions
and
966 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Сценарий `ДобавлениеТестовВРасширение` | ||
|
||
Добавляет отсутствующие сценарии тестов в расширение с unit-тестами для всех экспортных методов. | ||
|
||
Обрабатываются: | ||
|
||
- общие модули | ||
- модули менеджеров | ||
- модули объектов | ||
- модули наборов записей | ||
|
||
Поддерживаются только исходные файлы в формате EDT. | ||
|
||
Публичный репозиторий тестового расширения и документация по нему находятся в разработке. |
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,23 @@ | ||
# Сценарий `ОтключениеПолнотекстовогоПоиска` | ||
|
||
Отключает полнотекстовый поиск в файлах описаний метаданных. | ||
|
||
Имеет настройку в конфигурационном файле `v8config.json` для исключения файлов из обработки. Для этого необходимо указать относительный путь в репозитории до файла описания объекта метаданных. Можно выключить из обработки отдельные реквизиты, перечислив их массивом. | ||
|
||
```JSON | ||
{ | ||
"Precommt4onecСценарии": { | ||
"НастройкиСценариев": { | ||
"ОтключениеПолнотекстовогоПоиска": { | ||
"МетаданныеДляИсключения": { | ||
"src\\_example.xml": [ | ||
"Номер", | ||
"ТабличнаяЧасть1.Реквизит" | ||
], | ||
"src\\_example2.xml": [] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
``` |
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,20 @@ | ||
# Сценарий `ПроверкаНецензурныхСлов` | ||
|
||
Проверяет наличие нецензурных слов в модулях. | ||
|
||
Файл-словарь указывается в настройках. | ||
|
||
```JSON | ||
{ | ||
"Precommt4onecСценарии": { | ||
"НастройкиСценариев": { | ||
"ПроверкаНецензурныхСлов": { | ||
"ФайлСНецензурнымиСловами": "НецензурныеСлова.txt" | ||
} | ||
} | ||
} | ||
``` | ||
|
||
Слова в нем должны быть расположены по одному в строке, регистр символов не учитывается. | ||
|
||
Пример файла [НецензурныеСлова.txt](/НецензурныеСлова.txt). |
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,5 @@ | ||
# Сценарий `РазборОтчетОбработокРасширений` | ||
|
||
Раскладывает средствами платформы файлы внешних отчетов, обработок и расширений на исходные файлы. | ||
|
||
Полученные исходники и помещаются в каталог исходных файлов репозитория в подкаталоги, соответствующие расширениям этих файлов. Например, внешний отчет `ВнешнийОтчет1.erf` будет разложен в каталог `src\erf\ВнешнийОтчет1`. |
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.