We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c001e commit ba797e3Copy full SHA for ba797e3
lib-extra/src/main/java/com/diffplug/spotless/extra/GitAttributesLineEndings.java
@@ -188,7 +188,6 @@ static class RuntimeInit {
188
/** git worktree root, might not exist if we're not in a git repo. */
189
final @Nullable File workTree;
190
191
- @SuppressFBWarnings("SIC_INNER_SHOULD_BE_STATIC_ANON")
192
RuntimeInit(File projectDir) {
193
/////////////////////////////////
194
// USER AND SYSTEM-WIDE VALUES //
0 commit comments