Skip to content

Files

Latest commit

1546245 · May 26, 2023

History

History
17 lines (11 loc) · 466 Bytes

Unused_Variable_Checkers.md

File metadata and controls

17 lines (11 loc) · 466 Bytes

Description

Contains checkers, which performs search of unused objects. Those checks allow to reduce memory usage.

How to enable this group

Use the following command to enable these group of Checkers:

$ cooddy --profile unused_vars.profile --scope <path_to_scope>

Checkers