Navigation Menu

Skip to content

Commit

Permalink
Disable google java format by default (#5623)
Browse files Browse the repository at this point in the history
See issue at #5622 and the original PR that was failing to build at #5614

### Problem

CI is running a formatter prior to linting, and the formatter causes the linting (and the build) to fail.

### Solution

Disable the linter by default, much like scalafmt and scalafix are disabled by default.

### Result

The build (#5614) went green!
  • Loading branch information
iantabolt authored and mateor committed Mar 22, 2018
1 parent 32de7ed commit 8338121
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pants.ini
Expand Up @@ -224,6 +224,9 @@ skip: True
config: %(buildroot)s/build-support/scalastyle/scalastyle_config.xml
excludes: %(buildroot)s/build-support/scalastyle/excludes.txt

[fmt.google-java-format]
skip: True

[fmt.scalafmt]
skip: True

Expand Down

0 comments on commit 8338121

Please sign in to comment.