Skip to content

issues Search Results · repo:diffplug/spotless language:Java

Filter by

1k results
 (94 ms)

1k results

indiffplug/spotless (press backspace or delete to remove)

It would be nice to avoid empty body warnings emposed by default activation of expandEmptyElements, by disabling default value for this property. make false: https://github.com/diffplug/spotless/blob/2cc8c04ad168641c9cbd6fa99d30e3c7dfdb3b68/lib/src/main/java/com/diffplug/spotless/pom/SortPomCfg.java#L30 ...
  • Pankraz76
  • Opened 
    14 hours ago
  • #2519

It appears there is a failing dependency update. It would be great if someone would take a look and push this through: https://github.com/diffplug/spotless/pull/2345
  • youngm
  • 2
  • Opened 
    3 days ago
  • #2518

This caught me off guard - when you implement a FormatterFunc and add it to a spotless format, like so: spotless { java { custom( my-step , new MyFormattingStep()) target( src/**/*.java ) ...
  • dweiss
  • Opened 
    5 days ago
  • #2516

With spotless gradle plugin 7.0.4 we are seeing the spotlessJava tasks keeps hanging in our CI environments. further investigation showed this seems like a concurrency issue. jstack gives me this stacktrace ...
  • breskeby
  • 1
  • Opened 
    7 days ago
  • #2515

The current Groovy formatting using the Eclipse formatter is very limited. It can t even format apply({println it }) into something stringent. Let alone Spock tests written in Groovy. The ways to format ...
  • sdoeringNew
  • Opened 
    10 days ago
  • #2513

I use the gradle spotless plugin. Since version 7.0.4 calls to prettier are never terminated. With version 7.0.3 the problem is not reproducible. format( yaml ) { target( **/*.yaml , **/*.yml ) ...
  • P1tt187
  • Opened 
    11 days ago
  • #2512

Hello, working on a multitude of Maven projects in a larger, dated codebase. We would like to streamline the formatting with Spotless, but there are embedded SQL strings in the Java code that should be ...
  • FlorianWege-HS-KL
  • Opened 
    13 days ago
  • #2510

Palantir fails formatting this code: String describe(Number n) { return switch (n) { case Integer i when i 0 - Integer (positive) ; case Integer i when i 0 - Integer (negative) ...
  • heruan
  • 2
  • Opened 
    16 days ago
  • #2507

Before running: public class TempTestService { private boolean temp() { long durationMs = (System.nanoTime() - 4) / 1_000_000; if (1 == 1) { return true; } ...
  • tehstone
  • 3
  • Opened 
    18 days ago
  • #2505

We ve seen cases in the Jenkins project use of spotless formatting where a comment adjacent to a case statement inside a switch will be formatted on Java 17 with a different indentation than on Java 21, ...
  • MarkEWaite
  • 3
  • Opened 
    20 days ago
  • #2503
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub