We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7e513 commit fc73c58Copy full SHA for fc73c58
1 file changed
scripts/canonical_data_check.sh
@@ -61,7 +61,7 @@ then
61
exit 1
62
fi
63
64
-track_exercise_slugs=$(jq '.exercises[] | select(has("deprecated") | not) | .slug' $config_file_path | tr -d "\"")
+track_exercise_slugs=$(jq '.exercises[] | select(has("deprecated") | not) | .slug' $config_file_path | tr -d "\"" | sort)
65
update_needed_count=0
66
67
for slug in $track_exercise_slugs
@@ -78,7 +78,6 @@ do
78
79
if ! [ -f "$canonical_data_file_path" ]
80
then
81
- # echo "$slug: no canonical data found."
82
continue
83
84
0 commit comments