Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce output from scalafmt, and lower reflective access option threshold for Google Java Format. #14109

Merged
merged 1 commit into from
Jan 7, 2022

Conversation

stuhood
Copy link
Member

@stuhood stuhood commented Jan 7, 2022

Fixes #13951, and silences output from scalafmt like:

Reformatting...
Reformatting... (1.39 %, 20 / 1443)

Reformatting... (6.72 %, 97 / 1443)

...

... which is only useful when rendered as streaming.

[ci skip-rust]
[ci skip-build-wheels]

…eshold for Google Java Format.

# Rust tests and lints will be skipped. Delete if not intended.
[ci skip-rust]

# Building wheels and fs_util will be skipped. Delete if not intended.
[ci skip-build-wheels]
@stuhood stuhood added this to the 2.9.x milestone Jan 7, 2022
@stuhood stuhood enabled auto-merge (squash) January 7, 2022 17:35
@stuhood stuhood merged commit 3b1974c into pantsbuild:main Jan 7, 2022
@stuhood stuhood deleted the stuhood/cleanup-up-lint-output branch January 7, 2022 19:16
stuhood added a commit to stuhood/pants that referenced this pull request Jan 7, 2022
…eshold for Google Java Format. (pantsbuild#14109)

Fixes pantsbuild#13951, and silences output from `scalafmt` like:
```
Reformatting...
Reformatting... (1.39 %, 20 / 1443)

Reformatting... (6.72 %, 97 / 1443)

...
```
... which is only useful when rendered as streaming.

[ci skip-rust]
[ci skip-build-wheels]
stuhood added a commit that referenced this pull request Jan 7, 2022
…eshold for Google Java Format. (cherrypick of #14109) (#14118)

Fixes #13951, and silences output from `scalafmt` like:
```
Reformatting...
Reformatting... (1.39 %, 20 / 1443)

Reformatting... (6.72 %, 97 / 1443)

...
```
... which is only useful when rendered as streaming.

[ci skip-rust]
[ci skip-build-wheels]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix illegal reflective access in Google Java Format on JDK11+
2 participants