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

Unified Diff: runtime/CPPLINT.cfg

Issue 677193002: - Use the simulator to do atomic operations that could also (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 2 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 | runtime/vm/atomic.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/CPPLINT.cfg
===================================================================
--- runtime/CPPLINT.cfg (revision 0)
+++ runtime/CPPLINT.cfg (working copy)
@@ -0,0 +1,7 @@
+# Do not continue looking up the directory hierarchy
+# for more config files.
+set noparent
+
+# Do not limit function size. For example parts of
+# the simulator are really large.
+filter=-readability/fn_size
« no previous file with comments | « no previous file | runtime/vm/atomic.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698