| Conditions | 1 |
| Paths | 1 |
| Total Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | var route = function(req, res, next) { |
||
|
|
|||
| 2 | res.redirect('/abe/editor') |
||
| 3 | } |
||
| 4 | |||
| 5 | export default route |
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.