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
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,9 @@ Java language:
* [Site and docs](https://pmd.github.io/)
* [Repository](https://github.com/pmd/pmd)

- [x] Checkstyle [GNU LGPL v2.1]
- [x] Checkstyle [GNU LGPL v2.1] (Version: 6.36.0)
* [Site and docs](https://checkstyle.sourceforge.io/)
* [Repository](https://github.com/checkstyle/checkstyle)


- [ ] SpringLint
* [Repository](https://github.com/mauricioaniche/springlint)



Expand All @@ -64,7 +60,7 @@ Kotlin language:

JavaScript language:

- [x] ESlint [MIT]
- [x] ESlint [MIT] (Version: 7.5.0)
* [Site and docs](https://eslint.org/)
* [Repository](https://github.com/eslint/eslint)

Expand Down
1 change: 0 additions & 1 deletion src/python/review/inspectors/inspector_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class InspectorType(Enum):
# Java language
PMD = 'PMD'
CHECKSTYLE = 'CHECKSTYLE'
SPRINGLINT = 'SPRINGLINT'

# Kotlin language
DETEKT = 'DETEKT'
Expand Down
Empty file.
Binary file not shown.
196 changes: 0 additions & 196 deletions src/python/review/inspectors/springlint/springlint.py

This file was deleted.

2 changes: 0 additions & 2 deletions src/python/review/reviewers/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
Language.JAVA: [
CheckstyleInspector(),
PMDInspector(),
# SpotbugsInspector(),
# SpringlintInspector() # TODO experimental
],
Language.KOTLIN: [
DetektInspector(),
Expand Down
67 changes: 0 additions & 67 deletions test/python/inspectors/test_springlint_inspector.py

This file was deleted.