Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ybroeker committed Dec 2, 2020
1 parent 520f9b5 commit 43b46b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,18 @@

## [Unreleased]
### Added
- More quickfixes, see [QUICKFIXES](https://github.com/ybroeker/pmd-idea/blob/main/QUICKFIXES.md) for a complete List
- Quick Fix to suppress warnings for members and class
- Add option to disable on-the-fly inspections

### Changed
- Run inspection only on java files

### Deprecated

### Removed

### Fixed
- Fix possible race-condition while loading pmd rules
- Fix possible exception while running inspection
- Set auxiliary classpath for pmd

### Security
## [1.1.0]
### Added
- Inspections to show violations directly in editor and while inspect code
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pluginGroup = com.github.ybroeker.pmdidea
pluginName_ = pmd-idea
pluginVersion = 1.2.0-SNAPSHOT
pluginVersion = 1.2.0
pluginSinceBuild = 193
pluginUntilBuild = 203.*
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
Expand Down

0 comments on commit 43b46b9

Please sign in to comment.