Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Разделение scope файлов и диагностик #3265

Open
sfaqer opened this issue Apr 11, 2024 · 0 comments
Open

Разделение scope файлов и диагностик #3265

sfaqer opened this issue Apr 11, 2024 · 0 comments

Comments

@sfaqer
Copy link
Member

sfaqer commented Apr 11, 2024

Хотелось бы:

  1. Иметь возможность указывать bslls раздельно каталог исходников и каталог тестов (sonar.sources и sonar.tests со стороны сонарСканера соответственно)
  2. Иметь возможность для диагностики указывать scope (All, Sources, Tests) к которому она будет применятся, т.е срабатывает для всех файлов, для файлов исходников, или для файлов тестов
  3. Вероятно имеет смысл попутно сделать scope OneScript на который мапится по расширению (*.os) (либо вообще настройку скоупов сделать паттернами путей например) и закрыть попутно ([FP] Экспортные переменные в классе на OneScript #1404)
    Sources: **/src/**/*.bsl
    Tests: **/test/**/*.bsl
    OneScriptSources: **/src/**/*.os
    OneScriptTests: **/test/**/*.os
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant