Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@ Java language:
- [x] Checkstyle [GNU LGPL v2.1]
* [Site and docs](https://checkstyle.sourceforge.io/)
* [Repository](https://github.com/checkstyle/checkstyle)

- [ ] SpotBugs [GNU LGPL v2.1]
* [Site and docs](https://spotbugs.github.io/)
* [Repository](https://github.com/spotbugs/spotbugs)


- [ ] SpringLint
* [Repository](https://github.com/mauricioaniche/springlint)
Expand Down
2 changes: 0 additions & 2 deletions src/python/review/inspectors/inspector_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ class InspectorType(Enum):
# Java language
PMD = 'PMD'
CHECKSTYLE = 'CHECKSTYLE'
SPOTBUGS = 'SPOTBUGS'
SPRINGLINT = 'SPRINGLINT'

# Kotlin language
DETEKT = 'DETEKT'
INTELLIJ = 'INTELLIJ'

# JavaScript language
ESLINT = 'ESLINT'
Expand Down
Empty file.
178 changes: 0 additions & 178 deletions src/python/review/inspectors/intellij/intellij.py

This file was deleted.

18 changes: 0 additions & 18 deletions src/python/review/inspectors/intellij/issue_types/__init__.py

This file was deleted.

Loading