Total Complexity | 1 |
Complexity/F | 1 |
Lines of Code | 5 |
Function Count | 1 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 1 | Features | 1 |
1 | 'use strict' |
||
2 | |||
3 | export default function (io) { |
||
|
|||
4 | // |
||
5 | } |
||
6 |
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.