summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-02-12 18:52:35 -0500
committerNick Mathewson <nickm@torproject.org>2020-02-12 18:52:35 -0500
commitb5ccdd978ea138cde92b3513c9d653ba18b8b463 (patch)
treeb7f8a7e8f292650acb3670010027bffdb92444d1 /scripts
parent3b62cd85e2a862ecc964d24dfeb3d83ad8d652fe (diff)
downloadtor-b5ccdd978ea138cde92b3513c9d653ba18b8b463.tar.gz
tor-b5ccdd978ea138cde92b3513c9d653ba18b8b463.zip
Add a dire warning about not reformatting the whole codebase yet.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/maint/clang-format.sh7
-rwxr-xr-xscripts/maint/codetool.py8
2 files changed, 15 insertions, 0 deletions
diff --git a/scripts/maint/clang-format.sh b/scripts/maint/clang-format.sh
index 86430b9b26..59832117b4 100755
--- a/scripts/maint/clang-format.sh
+++ b/scripts/maint/clang-format.sh
@@ -2,6 +2,13 @@
# Copyright 2020, The Tor Project, Inc.
# See LICENSE for licensing information.
+#
+# DO NOT COMMIT OR MERGE CODE THAT IS RUN THROUGH THIS TOOL YET.
+#
+# WE ARE STILL DISCUSSING OUR DESIRED STYLE AND ITERATING ON IT.
+# (12 Feb 2020)
+#
+
# This script runs "clang-format" and "codetool" in sequence over each of
# our source files, and replaces the original file only if it has changed.
#
diff --git a/scripts/maint/codetool.py b/scripts/maint/codetool.py
index 6336e6843b..725712c0cc 100755
--- a/scripts/maint/codetool.py
+++ b/scripts/maint/codetool.py
@@ -2,6 +2,14 @@
# Copyright (c) 2020, The Tor Project, Inc.
# See LICENSE for licensing information.
+#
+# DO NOT COMMIT OR MERGE CODE THAT IS RUN THROUGH THIS TOOL YET.
+#
+# WE ARE STILL DISCUSSING OUR DESIRED STYLE AND ITERATING ON IT,
+# ALONG WITH THE TOOLS THAT ACHIEVE IT.
+# (12 Feb 2020)
+#
+
"""
This program uses a set of plugable filters to inspect and transform
our C code.