Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试通过以下方式将 ESLint 问题导入 SonarQube: eslint -f json -o report.json . 然后使用 key 运行 sonar-scanner -Dsonar.eslint.reportPaths=report.json。
eslint -f json -o report.json .
-Dsonar.eslint.reportPaths=report.json
但是,SonarQube 分析仅报告存储库 SonarAnalyzer 提供的规则的问题。如何让 SonarQube 也报告 ESLint 问题?