0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-08-29 14:05:20 +02:00
synapse/changelog.d/6203.misc
Andrew Morgan 409c62b27b
Add config linting script that checks for bool casing (#6203)
Add a linting script that enforces all boolean values in the default config be lowercase.

This has annoyed me for a while so I decided to fix it.
2019-10-23 13:22:54 +01:00

1 line
67 B
Text

Enforce that all boolean configuration values are lowercase in CI.