Skip to content

Commit

Permalink
lint(track_config): add support for paradigm/array tag (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Apr 30, 2024
1 parent df1bbd3 commit 42e5b0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lint/track_config.nim
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ proc hasValidKeyFeatures(data: JsonNode; path: Path): bool =
errorAnnotation = errorAnnotation)

const tags = [
"paradigm/array",
"paradigm/declarative",
"paradigm/functional",
"paradigm/imperative",
Expand Down

0 comments on commit 42e5b0a

Please sign in to comment.