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/saml2_config.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/saml2_config.py')
-rw-r--r-- | synapse/config/saml2_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/saml2_config.py b/synapse/config/saml2_config.py index c407e13680..c5ea2d43a1 100644 --- a/synapse/config/saml2_config.py +++ b/synapse/config/saml2_config.py @@ -176,7 +176,7 @@ class SAML2Config(Config): # - url: https://our_idp/metadata.xml # # # By default, the user has to go to our login page first. If you'd like - # # to allow IdP-initiated login, set 'allow_unsolicited: True' in a + # # to allow IdP-initiated login, set 'allow_unsolicited: true' in a # # 'service.sp' section: # # # #service: |