General
- Function signature mismatch
Checks an argument in a CoffeeScript call expression that doesn't match the signature of the referenced function, including types, the number, and the order of arguments.
- Unused local symbols
Reports an unused locally accessible parameter, local variable, function, class, or private member declaration.
Last modified: 11 September 2024