You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the upcoming release of Configlet v3.8.0, the lint command will now verify that locked exercises meet the unlocked_by criteria, as defined by the track configuration spec:
Core exercises can not be unlocked by other exercises.
Non-core exercises can only be unlocked by core exercises.
Before cutting a release of Configlet I am opening issues on all tracks found to contain one or more unlocked_by violations so that maintainers of the track can validate and remedy the violations.
-> The exercise 'linked-list' is being unlocked by a non-core exercise. Non-core exercises can only be unlocked by core exercises.
-> The exercise 'diffie-hellman' is being unlocked by a non-core exercise. Non-core exercises can only be unlocked by core exercises.
The text was updated successfully, but these errors were encountered:
@cmccandless thanks for the heads up. I created this issue via github/hub without checking if there was an already open issue. I’ll go ahead and close this issue and track the PR 🙏
In the upcoming release of Configlet v3.8.0, the lint command will now verify that locked exercises meet the unlocked_by criteria, as defined by the track configuration spec:
Before cutting a release of Configlet I am opening issues on all tracks found to contain one or more unlocked_by violations so that maintainers of the track can validate and remedy the violations.
The text was updated successfully, but these errors were encountered: