Nikita Iashchenko | 99c8d83 | 2019-02-13 15:49:04 +0000 | [diff] [blame] | 1 | [Hook Scripts] |
Nikita Iashchenko | e2a5e54 | 2019-02-18 12:07:05 +0000 | [diff] [blame] | 2 | # Ensure there are no GPL-licensed files under: |
| 3 | # * luni/src/main/java |
| 4 | # * json/src/main/java |
| 5 | # * xml/src/main/java |
| 6 | checkstyle-luni-json-xml = java -jar ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.jar -c tools/checkstyle/checkstyle-forbid-gpl.xml luni/src/main/java json/src/main/java xml/src/main/java |
| 7 | |
| 8 | # Ensure there are no Apache-licensed files under: |
| 9 | # * ojluni/src/main/java |
| 10 | checkstyle-ojluni = java -jar ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.jar -c tools/checkstyle/checkstyle-forbid-apache.xml ojluni/src/main/java |
Paul Duffin | 4f818e3 | 2019-05-15 10:52:02 +0100 | [diff] [blame] | 11 | |
Paul Duffin | 88abd75 | 2019-06-18 18:41:08 +0100 | [diff] [blame] | 12 | [Builtin Hooks] |
| 13 | bpfmt = true |