-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Filter on Option panel - Filter on Rule details panel
- Loading branch information
1 parent
f6c87ed
commit d63f946
Showing
14 changed files
with
230 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,38 @@ | ||
= sonarlint4netbeans | ||
|
||
== SonarLint integration for Apache Netbeans | ||
|
||
Features: | ||
|
||
- Support Java and Javascript | ||
- Annotation in editor | ||
- Type SonarLint in Action Items | ||
- Enable/Disable Rules in Tools/Options/Miscellaneous/SonarLint | ||
- Severity icons | ||
|
||
== Screenshot | ||
|
||
.SonarLint in Java editor and show action items for selected project | ||
image::docs/JavaEditorAnnotationAndActionItems.jpg[] | ||
|
||
.Show Action Items fo currently edited file only | ||
image::docs/JavascriptActionItems.jpg[] | ||
|
||
.SonarLint analyzer name and version | ||
image::docs/OptionsSonarLintAnalyzers.jpg[] | ||
|
||
.SonarLint rules enabled or disabled | ||
image::docs/OptionsSonarLintRules.jpg[] | ||
|
||
.Sonar rule details window | ||
image::docs/SonarRuleDetailsWindow.jpg[] | ||
= sonarlint4netbeans | ||
|
||
== SonarLint integration for Apache Netbeans | ||
|
||
Features: | ||
|
||
- Support Java and Javascript | ||
- Annotation in editor | ||
- Type SonarLint in Action Items | ||
- Enable/Disable Rules in Tools/Options/Miscellaneous/SonarLint | ||
- Filter Rules in Tools/Options/Miscellaneous/SonarLint option panel and "Sonar Rule Details" window | ||
- Severity icons | ||
|
||
== Screenshot | ||
|
||
.SonarLint in Java editor and show action items for selected project | ||
image::docs/JavaEditorAnnotationAndActionItems.jpg[] | ||
|
||
.Show Action Items fo currently edited file only | ||
image::docs/JavascriptActionItems.jpg[] | ||
|
||
.SonarLint analyzer name and version | ||
image::docs/OptionsSonarLintAnalyzers.jpg[] | ||
|
||
.SonarLint rules enabled or disabled | ||
image::docs/OptionsSonarLintRules.jpg[] | ||
|
||
.SonarLint rules enabled or disabled with key filter | ||
image::docs/OptionsSonarLintRulesWithKeyFilter.jpg[] | ||
|
||
.SonarLint rules enabled or disabled with name filter | ||
image::docs/OptionsSonarLintRulesWithNameFilter.jpg[] | ||
|
||
.Sonar rule details window with key filter | ||
image::docs/SonarRuleDetailsWindowWithKeyFilter.jpg[] | ||
|
||
.Sonar rule details window with name filter | ||
image::docs/SonarRuleDetailsWindowWithNameFilter.jpg[] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.