Sonarqube 错误地报告“意外缺少通用字体系列”Roboto“和”Poppins“”

Sonarqube incorrectly reports "Unexpected missing generic font family "Roboto" and "Poppins""

提问人:nagendra 2468 提问时间:7/17/2023 最后编辑:nagendra 2468 更新时间:7/17/2023 访问量:65

问:

问题的屏幕截图

Sonar Qube 显示此错误“意外缺少通用字体系列”,即使这 Roboto 和 “Poppins” 通用字体系列包含在字体系列集中。此 SCSS 代码片段中有任何真正的错误。

 .instructorNameText{
    color: $blue;
    font-size: 14px;
    font-family: 'Roboto-Regular';
Unexpected missing generic font family
 }
react-native sonarqube-scan saas scss-lint

评论


答: 暂无答案