/
githubmirror
/
Chart.js
Обзор
Документация
Войти
/
githubmirror
/
Chart.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.codeclimate.yml
25 строк
354 B
Jukka Kurkela
Refactor radialLinear scale and renderText helper (#9276)
18 июн 2021, 21:12
Не верифицирован
18 июн 2021, 21:12
8f98515
Код
Авторство
О чём код?
version: "2" plugins: duplication: enabled: true config: languages: - javascript fixme: enabled: true checks: argument-count: config: threshold: 5 method-complexity: config: threshold: 7 exclude_patterns: - "dist/" - "docs/" - "scripts/" - "test/" - "*.js" - "*.json" - "*.md" - ".*"