Skip to content

Commit

Permalink
formatAnnotations default list has had 8 more annotations from the …
Browse files Browse the repository at this point in the history
…Checker Framework added (#1494)
  • Loading branch information
nedtwigg authored Jan 17, 2023
2 parents 0d8a086 + 4ff0c33 commit 9f24a34
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ This document is intended for Spotless developers.
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `1.27.0`).

## [Unreleased]
### Added
### Fixed
* The default list of type annotations used by `formatAnnotations` has had 8 more annotations from the Checker Framework added [#1494](https://github.com/diffplug/spotless/pull/1494)
### Changes

## [2.32.0] - 2023-01-13
### Added
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022 DiffPlug
* Copyright 2022-2023 DiffPlug
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -55,6 +55,13 @@ public final class FormatAnnotationsStep {
"Acceleration",
"ACCTop",
"AinferBottom",
"AinferDefaultType",
"AinferParent",
"AinferSibling1",
"AinferSibling2",
"AinferTop",
"AinferImplicitAnno",
"AinferSiblingWithFields",
"AlwaysSafe",
"Angle",
"AnnoWithStringArg",
Expand Down Expand Up @@ -102,6 +109,7 @@ public final class FormatAnnotationsStep {
"DefaultType",
"degrees",
"Det",
"DoesNotMatchRegex",
"DotSeparatedIdentifiers",
"DotSeparatedIdentifiersOrPrimitiveType",
"DoubleVal",
Expand Down
4 changes: 4 additions & 0 deletions plugin-gradle/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `3.27.0`).

## [Unreleased]
### Added
### Fixed
* The default list of type annotations used by `formatAnnotations` has had 8 more annotations from the Checker Framework added [#1494](https://github.com/diffplug/spotless/pull/1494)
### Changes

## [6.13.0] - 2023-01-14
### Added
Expand Down
4 changes: 4 additions & 0 deletions plugin-maven/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `1.27.0`).

## [Unreleased]
### Added
### Fixed
* The default list of type annotations used by `formatAnnotations` has had 8 more annotations from the Checker Framework added [#1494](https://github.com/diffplug/spotless/pull/1494)
### Changes

## [2.30.0] - 2023-01-13
### Added
Expand Down

0 comments on commit 9f24a34

Please sign in to comment.