exercism / shen

Exercism exercises in Shen.
https://exercism.org/tracks/shen
MIT License
0 stars 5 forks source link

🤖 Simplify tests.toml files #37

Closed ErikSchierboom closed 3 years ago

ErikSchierboom commented 3 years ago

This PR simplifies the tests.toml files by removing any include = true properties, which are redundant as the default value of this field is true.

As the vast majority of the test cases use include = true, omitting it makes the tests.toml files more readable and make the exceptional cases (include = false) easier to identify.

We've updated configlet to use this new behavior. See https://github.com/exercism/configlet/issues/186 and https://github.com/exercism/configlet/issues/207 for the corresponding discussion.

Tracking

https://github.com/exercism/v3-launch/issues/31