File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
lib/src/main/java/com/diffplug/spotless/java Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
22
22
### Fixed
23
23
* Support ` ktlint ` 0.48+ new rule disabling syntax ([ #1456 ] ( https://github.com/diffplug/spotless/pull/1456 ) ) fixes ([ #1444 ] ( https://github.com/diffplug/spotless/issues/1444 ) )
24
24
* Fix subgroups leading catch all matcher.
25
+ * Format more type annotations as type annotations [ #????] ( https://github.com/diffplug/spotless/pull/???? )
26
+
25
27
### Changes
26
28
* Bump default version for ` prettier ` from ` 2.0.5 ` to ` 2.8.1 ` ([ #1453 ] ( https://github.com/diffplug/spotless/pull/1453 ) )
27
29
* Bump the dev version of Gradle from ` 7.5.1 ` to ` 7.6 ` ([ #1409 ] ( https://github.com/diffplug/spotless/pull/1409 ) )
Original file line number Diff line number Diff line change @@ -55,6 +55,13 @@ public final class FormatAnnotationsStep {
55
55
"Acceleration" ,
56
56
"ACCTop" ,
57
57
"AinferBottom" ,
58
+ "AinferDefaultType" ,
59
+ "AinferParent" ,
60
+ "AinferSibling1" ,
61
+ "AinferSibling2" ,
62
+ "AinferTop" ,
63
+ "AinferImplicitAnno" ,
64
+ "AinferSiblingWithFields" ,
58
65
"AlwaysSafe" ,
59
66
"Angle" ,
60
67
"AnnoWithStringArg" ,
@@ -102,6 +109,7 @@ public final class FormatAnnotationsStep {
102
109
"DefaultType" ,
103
110
"degrees" ,
104
111
"Det" ,
112
+ "DoesNotMatchRegex" ,
105
113
"DotSeparatedIdentifiers" ,
106
114
"DotSeparatedIdentifiersOrPrimitiveType" ,
107
115
"DoubleVal" ,
You can’t perform that action at this time.
0 commit comments