Skip to content

Commit

Permalink
devops:#894 Версия рантайма 1С для анализа
Browse files Browse the repository at this point in the history
  • Loading branch information
otymko authored and artbear committed Sep 6, 2021
1 parent 661e070 commit 064239f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
id: extract_version

- name: Установка Sonar-scanner
uses: warchant/setup-sonar-scanner@v1
uses: warchant/setup-sonar-scanner@v3

# Анализ проекта в SonarQube (ветка)
- name: Анализ в SonarQube (branch)
Expand Down
7 changes: 6 additions & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,9 @@ sonar.exclusions=build/**,**/*.json,tools/Sikuli/**/*.html,tools/**,lib/CF/**
sonar.lang.patterns.xml=**/*.xsd,**/*.xsl

# Кодировка файлов
sonar.sourceEncoding=UTF-8
sonar.sourceEncoding=UTF-8

# Специализированные настройки под плагин

# Нижняя версия рантайма 1С
sonar.bsl.platformEdition=VERSION_8_3_9

0 comments on commit 064239f

Please sign in to comment.