Commit 8fe1664
authored
fix(command): Allow multiple skip-file options in CheckCommentedCodeCommand (#112)
- Update the skip-file option to accept multiple values by setting VALUE_IS_ARRAY
- Enable users to specify several file paths to skip during commented code checks
- Improve flexibility and usability of the command
- Necessary to support scenarios where more than one file needs exclusion1 parent d53a04a commit 8fe1664
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments