MatrixSynapse/scripts-dev
Andrew Morgan 22db45bd4d
Prevent the config-lint script erroring out on any sample_config changes (#9562)
I noticed that I'd occasionally have `scripts-dev/lint.sh` fail when messing about with config options in my PR. The script calls `scripts-dev/config-lint.sh`, which attempts some validation on the sample config.

 It does this by using `sed` to edit the sample_config, and then seeing if the file changed using `git diff`.

The problem is: if you changed the sample_config as part of your commit, this script will error regardless.

This PR attempts to change the check so that existing, unstaged changes to the sample_config will not cause the script to report an invalid file.
2021-03-09 11:11:42 +00:00
..
build_debian_packages
check-newsfragment
check_line_terminators.sh
check_signature.py
complement.sh
config-lint.sh Prevent the config-lint script erroring out on any sample_config changes (#9562) 2021-03-09 11:11:42 +00:00
convert_server_keys.py
database-save.sh
definitions.py
dump_macaroon.py
federation_client.py
generate_sample_config
hash_history.py
lint.sh
list_url_patterns.py
make_full_schema.sh
mypy_synapse_plugin.py
next_github_number.sh
sign_json
tail-synapse.py
update_database