• <tfoot id='Pt2sw'></tfoot>

    <legend id='Pt2sw'><style id='Pt2sw'><dir id='Pt2sw'><q id='Pt2sw'></q></dir></style></legend>

        <bdo id='Pt2sw'></bdo><ul id='Pt2sw'></ul>
    1. <i id='Pt2sw'><tr id='Pt2sw'><dt id='Pt2sw'><q id='Pt2sw'><span id='Pt2sw'><b id='Pt2sw'><form id='Pt2sw'><ins id='Pt2sw'></ins><ul id='Pt2sw'></ul><sub id='Pt2sw'></sub></form><legend id='Pt2sw'></legend><bdo id='Pt2sw'><pre id='Pt2sw'><center id='Pt2sw'></center></pre></bdo></b><th id='Pt2sw'></th></span></q></dt></tr></i><div id='Pt2sw'><tfoot id='Pt2sw'></tfoot><dl id='Pt2sw'><fieldset id='Pt2sw'></fieldset></dl></div>

    2. <small id='Pt2sw'></small><noframes id='Pt2sw'>

        如何在 sonar-project.properties 中指定通配符

        时间:2023-08-01
          <tbody id='poM2q'></tbody>
        <tfoot id='poM2q'></tfoot>

        <small id='poM2q'></small><noframes id='poM2q'>

        <legend id='poM2q'><style id='poM2q'><dir id='poM2q'><q id='poM2q'></q></dir></style></legend>

            <i id='poM2q'><tr id='poM2q'><dt id='poM2q'><q id='poM2q'><span id='poM2q'><b id='poM2q'><form id='poM2q'><ins id='poM2q'></ins><ul id='poM2q'></ul><sub id='poM2q'></sub></form><legend id='poM2q'></legend><bdo id='poM2q'><pre id='poM2q'><center id='poM2q'></center></pre></bdo></b><th id='poM2q'></th></span></q></dt></tr></i><div id='poM2q'><tfoot id='poM2q'></tfoot><dl id='poM2q'><fieldset id='poM2q'></fieldset></dl></div>
            • <bdo id='poM2q'></bdo><ul id='poM2q'></ul>

                  本文介绍了如何在 sonar-project.properties 中指定通配符的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在尝试使用 SonarQube 扫描我拥有的 UI 模块.UI 模块的数量很多.它们具有共同的结构.每个模块都有自己的 JS 文件.

                  I am trying to use SonarQube to scan the UI modules I have. The UI modules are lot in number. They have a common structure. Each module has its own JS files.

                  我需要指定 sonar.sources 值来匹配我项目中的所有 JS 文件.有可能做这样的事情吗?

                  I need to specify the sonar.sources value to match all JS files in my project. Is it possible to do something like this?

                  sonar.sources=*/*/script
                  sonar.language=js
                  

                  我用过这些.但是,我收到一条错误消息,例如 无法解析路径".有人可以帮忙吗?

                  I used these. But, I got an error saying something like "unable to resolve path". Can someone help?

                  推荐答案

                  尝试使用通配符:

                  *   Match zero or more characters
                  **  Match zero or more directories
                  ?   Match a single character
                  

                  像这样:

                  sonar.sources=**/script
                  

                  更新

                  截至 2019 年,sonar.sources 参数不支持此类 glob 模式.通常的做法是将此值设置为包含源代码的目录 列表.扫描器将遍历目录树并运行适用的分析器(JavaScript 分析器将使用 .js 文件,Python 分析器将使用 .py 文件,依此类推.)

                  As of 2019, the sonar.sources parameter doesn't support such glob patterns. The common practice is to set this value to a list of directories that contain source code. The scanner will find traverse the directory trees and run applicable analyzers (JavaScript analyzers will consume .js files, Python analyzers will consume .py files, and so on.)

                  这篇关于如何在 sonar-project.properties 中指定通配符的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:Sonarqube 默认覆盖范围为 0,来自具有绝对路径的 Karma Coverage LCOV 文件 下一篇:@SuppressWarnings 的 Javascript 等价物?

                  相关文章

                  <i id='SDHMc'><tr id='SDHMc'><dt id='SDHMc'><q id='SDHMc'><span id='SDHMc'><b id='SDHMc'><form id='SDHMc'><ins id='SDHMc'></ins><ul id='SDHMc'></ul><sub id='SDHMc'></sub></form><legend id='SDHMc'></legend><bdo id='SDHMc'><pre id='SDHMc'><center id='SDHMc'></center></pre></bdo></b><th id='SDHMc'></th></span></q></dt></tr></i><div id='SDHMc'><tfoot id='SDHMc'></tfoot><dl id='SDHMc'><fieldset id='SDHMc'></fieldset></dl></div>
                • <legend id='SDHMc'><style id='SDHMc'><dir id='SDHMc'><q id='SDHMc'></q></dir></style></legend>

                  <tfoot id='SDHMc'></tfoot>

                  <small id='SDHMc'></small><noframes id='SDHMc'>

                      <bdo id='SDHMc'></bdo><ul id='SDHMc'></ul>