diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-10-23 13:22:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-23 13:22:54 +0100 |
commit | 409c62b27bca5df1c1f147e85ac1432376054d1c (patch) | |
tree | 3864979116fa6039220fb98a86b566d7d87e0b34 /synapse/config/metrics.py | |
parent | Merge pull request #6231 from matrix-org/erikj/refactor_stores (diff) | |
download | synapse-409c62b27bca5df1c1f147e85ac1432376054d1c.tar.xz |
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.
Diffstat (limited to 'synapse/config/metrics.py')
-rw-r--r-- | synapse/config/metrics.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/metrics.py b/synapse/config/metrics.py index 282a43bddb..22538153e1 100644 --- a/synapse/config/metrics.py +++ b/synapse/config/metrics.py @@ -70,7 +70,7 @@ class MetricsConfig(Config): # Enable collection and rendering of performance metrics # - #enable_metrics: False + #enable_metrics: false # Enable sentry integration # NOTE: While attempts are made to ensure that the logs don't contain |