commit | 23e2d4b3ebb6995edc7363e8b9ea645f8cfbaf29 | [log] [tgz] |
---|---|---|
author | Aurimas Liutikas <aurimas@google.com> | Mon Jan 25 11:07:05 2016 -0800 |
committer | Aurimas Liutikas <aurimas@google.com> | Mon Jan 25 11:25:29 2016 -0800 |
tree | 462c4687eece13edfae0a9c7398982c3ffe4819b | |
parent | 5e9ef029516197207e6c3c233bb9db35fa8ba48a [diff] |
Add new two new rules to Checkstyle. - Add Android copyright header check - Add comment suppression filter rule to enable suppressing indentation check Usage: // CHECKSTYLE:OFF IndentationCheck Code.With(); Bad = Indentation; // CHECKSTYLE:ON IndentationCheck Bug: 26747466 Change-Id: I837d7bde1fd85250678a3aba66309043bfc324b1