Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(587)

Unified Diff: presubmit_support.py

Issue 174210: Treat .txt files as 'source' files (to enforce LF and line length) (Closed)
Patch Set: Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: presubmit_support.py
diff --git a/presubmit_support.py b/presubmit_support.py
index bef76e9289f550f5503171ce894c724fb7d06177..3faa37857437067b88bbd25fd11d563287a046b4 100755
--- a/presubmit_support.py
+++ b/presubmit_support.py
@@ -154,7 +154,7 @@ class InputApi(object):
# No extension at all
r"(^|.*[\\\/])[^.]+$",
# Other
- r".*\.java", r".*\.mk", r".*\.am",
+ r".*\.java", r".*\.mk", r".*\.am", r".*\.txt",
)
# Path regexp that should be excluded from being considered containing source
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698