File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ Use output window = check this box
97973 . Enter the full path to the linter executable in ** Script to run** .
98984 . Enter the following in ** Parameter** :
9999
100- ```
100+ ``` cmd
101101--file "$REPO\$FILE" --severity warning --verbose
102102```
103103
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ Use output window = поставьте галочку
9191Откройте пункт меню Инструменты / Настройки в SourceTree, выберите вкладку "Пользовательские действия" и добавьте новый элемент в список.
9292Далее введите полный путь к исполняемому файлу линтера в поле "Исполняемый файл" и приведенную ниже строку в поле "Параметры":
9393
94- ```
94+ ``` cmd
9595--file "$REPO\$FILE" --severity warning --verbose
9696```
9797
You can’t perform that action at this time.
0 commit comments