summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-03-16 15:26:24 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-03-16 15:26:24 +0000
commit3d5a537934be57d07520abaeeb458dff9bd1f4db (patch)
treed36cc561bab3acbe8db1e84a0b157104dbc4b2a8 /changelog.d
parentMerge pull request #6231 from matrix-org/erikj/refactor_stores (diff)
parentAdd config linting script that checks for bool casing (#6203) (diff)
downloadsynapse-3d5a537934be57d07520abaeeb458dff9bd1f4db.tar.xz
Add config linting script that checks for bool casing (#6203)
* commit '409c62b27':
  Add config linting script that checks for bool casing (#6203)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6203.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6203.misc b/changelog.d/6203.misc
new file mode 100644
index 0000000000..c1d8276d45
--- /dev/null
+++ b/changelog.d/6203.misc
@@ -0,0 +1 @@
+Enforce that all boolean configuration values are lowercase in CI.