exercism/v3-launch

Remove `online_editor.ace_editor_language` key

Closed this issue · 2 comments

Having switched to CodeMirror, we no longer use the ace_editor_language. The online_editor.ace_editor_language key should thus be removed.

ee7 commented

Is it worth re-running the configlet lint job on all these PRs, now that the latest release of configlet doesn't complain about the missing key?

Do we have a little script to trigger that? Might be useful for the future.

Is it worth re-running the configlet lint job on all these PRs, now that the latest release of configlet doesn't complain about the missing key?

Probably not worth it, as we'll bulk merge them anyway (which doesn't need the workflow to pass).

Do we have a little script to trigger that? Might be useful for the future.

I don't think we do.