Total Complexity | 1 |
Complexity/F | 1 |
Lines of Code | 8 |
Function Count | 1 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | import BarChartMetric from './components/BarChartMetric' |
||
2 | import BaseBarChartMetric from './components/Base/BarChartMetric' |
||
3 | |||
4 | Nova.booting((Vue, router) => { |
||
5 | Vue.config.devtools = true |
||
6 | Vue.component('base-bar-chart-metric', BaseBarChartMetric) |
||
7 | Vue.component('bar-chart-metric', BarChartMetric) |
||
8 | }) |
||
9 |
This check looks for parameters in functions that are not used in the function body and are not followed by other parameters which are used inside the function.