0
代碼氣候差異徽章會顯示爲問號/未知的可能原因是什麼?然而Codeclimate爲什麼無法顯示gpa?
其他徽章的工作,我能看到的問題, 和控制線%覆蓋徽章數量。
這是我的.codeclimate.yml文件
engines:
rubocop:
enabled: true
eslint:
enabled: true
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby:
- javascript:
exclude_paths:
- "test/"
- "coverage/"
- "doc/"
- "bin/"
可以發佈.codeclimate文件嗎? –
更新問題withy .codeclimate文件 –