feat(plugins/leetcode): add plugin_leetcode_ignored_skills (closes #1398)

This commit is contained in:
Simon Lecoq
2023-03-14 13:16:22 -04:00
parent 4e19a3bb46
commit 1a7484766d
2 changed files with 11 additions and 1 deletions

View File

@@ -50,6 +50,15 @@ inputs:
min: 0
zero: disable
plugin_leetcode_ignored_skills:
description: |
Ignored skills
It is possible to ignore entires categories by passing `fundamental`, `intermediate` or `advanced`
type: array
default: ""
example: hash table, string, divide and conquer, fundamental
plugin_leetcode_limit_recent:
description: |
Display limit (recent)