diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-07-27 17:26:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-28 01:26:50 +0100 |
commit | c4ce0da6fee5c03de9364f08922d4cb8fd3e1705 (patch) | |
tree | c837ba24485f77a4dafb01721688416c191ad4d5 /changelog.d | |
parent | Convert the remaining media repo code to async / await. (#7947) (diff) | |
download | synapse-c4ce0da6fee5c03de9364f08922d4cb8fd3e1705.tar.xz |
Add script for finding files with unix line terminators (#7965)
This PRs adds a script to check for unix-line terminators in the repo. It will be used to address https://github.com/matrix-org/synapse/issues/7943 by adding the check to CI. I've changed the original script slightly as proposed in https://github.com/matrix-org/pipelines/pull/81#discussion_r460580664
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7965.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7965.misc b/changelog.d/7965.misc new file mode 100644 index 0000000000..ee9f1a7114 --- /dev/null +++ b/changelog.d/7965.misc @@ -0,0 +1 @@ +Add a script to detect source code files using non-unix line terminators. \ No newline at end of file |