我正在使用eclipse插件sonarlint并在eclipse设置中使用它:
sonar.exclusions=**/*.js, node_modules/*, _ref/**
sonar.test.exclusions=**/*.js, node_modules/*, _ref/**
" _ref"是一个链接的eclipse文件夹,来自同一个项目文件夹,因此声纳索引" _ref"这等于" src / main / web / js"的内容。但是,我排除了链接文件夹。没有帮助。
我收到此错误:
执行SonarLint分析文件时出错 [path = home / test / src / main.js]不能被索引两次。
我从声纳中排除了js文件,为什么要将其编入索引?