File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
11
11
* Bump default ` shfmt ` version to latest ` 3.7.0 ` -> ` 3.8.0 ` . ([ #2050 ] ( https://github.com/diffplug/spotless/pull/2050 ) )
12
12
### Added
13
13
* Respect ` .editorconfig ` settings for formatting shell via ` shfmt ` ([ #2031 ] ( https://github.com/diffplug/spotless/pull/2031 ) )
14
+ * Skip execution in M2E (incremental) builds by default ([ #1814 ] ( https://github.com/diffplug/spotless/issues/1814 ) , [ #2037 ] ( https://github.com/diffplug/spotless/issues/2037 ) )
14
15
15
16
## [ 2.43.0] - 2024-01-23
16
17
### Added
Original file line number Diff line number Diff line change @@ -1707,7 +1707,7 @@ To enable it use the following parameter
1707
1707
</configuration>
1708
1708
```
1709
1709
1710
- In addition Eclipse problem markers are being emitted. By default they have the severity ` WARNING ` .
1710
+ In addition Eclipse problem markers are being emitted for goal ` check ` . By default they have the severity ` WARNING ` .
1711
1711
You can adjust this with
1712
1712
1713
1713
```
You can’t perform that action at this time.
0 commit comments