mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 05:48:22 +03:00
BraveNewPipeLegacy: add us/shandian/giga/** files to checkstyle ignore
This commit is contained in:
parent
d167a80985
commit
38e9f03fb0
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ task runCheckstyle(type: Checkstyle) {
|
|||
exclude '**/R.java'
|
||||
exclude '**/BuildConfig.java'
|
||||
exclude 'main/java/us/shandian/giga/**'
|
||||
exclude 'braveLegacy/java/us/shandian/giga/**'
|
||||
|
||||
classpath = configurations.checkstyle
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue