Skip to content

config: configlet lint warns for concepts #263

Description

@ee7

For example, even though every exercise will use functions, not every exercise should have functions in its prerequisites.

The following concepts exist in the `practices` array of a Practice Exercise
in `/foo/exercism-tracks/zig/config.json`, but do not exist in the top-level `concepts` array
functions
slices
type-coercion
conditionals
builtin-functions
control-flow
bitwise-operations
importing
math
integers
error-sets
enums
arrays
pointers
methods
structs
optionals
allocators
algorithms
generics
data-structures
comptime

The Concept `control-flow` appears 11 times in the `practices` arrays of user-facing Practice Exercises,
but can only appear at most 10 times:
/foo/exercism-tracks/zig/config.json

The Concept `functions` appears 17 times in the `practices` arrays of user-facing Practice Exercises,
but can only appear at most 10 times:
/foo/exercism-tracks/zig/config.json

The Concept `conditionals` appears 12 times in the `practices` arrays of user-facing Practice Exercises,
but can only appear at most 10 times:
/foo/exercism-tracks/zig/config.json

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions