Chromium Code Reviews| 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 |