summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2020-07-27 17:26:50 -0700
committerGitHub <noreply@github.com>2020-07-28 01:26:50 +0100
commitc4ce0da6fee5c03de9364f08922d4cb8fd3e1705 (patch)
treec837ba24485f77a4dafb01721688416c191ad4d5 /changelog.d
parentConvert the remaining media repo code to async / await. (#7947) (diff)
downloadsynapse-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.misc1
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