C2LC-227: Add lint check for unused function parameters.

Metadata

Source
C2LC-227
Type
Task
Priority
N/A
Status
Done
Resolution
N/A
Assignee
N/A
Reporter
Created
2020-09-23T11:11:57.734-0400
Updated
2021-04-28T13:28:40.215-0400
Versions
N/A
Fixed Versions
  1. Coding Env 0.8
Component
  1. Coding Environment

Description

In working on C2LC-224, I discovered a test function that was ignoring a parameter and sending a hard-coded value instead.

As a guard against similar issues in the future, I'd propose updating the no-unused-vars configuration to check for unused function parameters.

Comments