Skip to content

Commit 7648fee

Browse files
fourlscirras
authored andcommitted
Reference DelphiLint in the README
1 parent 5c9ce46 commit 7648fee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66

77
SonarDelphi is a modern, performant, and fully-featured community code analyzer for the Delphi
88
language. As a plugin for the [SonarQube](https://www.sonarqube.org) code analysis platform, it can
9-
be easily integrated into existing workflows.
9+
be easily integrated into existing workflows. It can also be used through the Delphi IDE using the
10+
[DelphiLint](https://github.com/integrated-application-development/delphilint) plugin.
1011

1112
This project has three primary goals:
1213

@@ -25,6 +26,7 @@ With SonarDelphi, you can:
2526
* Create custom rules in the SonarQube UI from templates
2627
* Import [NUnit](https://docs.nunit.org/articles/nunit/technical-notes/usage/Test-Result-XML-Format.html) test reports (compatible with [DUnitX](https://github.com/VSoftTechnologies/DUnitX))
2728
* Import test coverage reports (compatible with [DelphiCodeCoverage](https://github.com/DelphiCodeCoverage/DelphiCodeCoverage))
29+
* Run on-the-fly analysis in your local development environment using the [DelphiLint](https://github.com/integrated-application-development/delphilint) IDE plugin
2830

2931
### Semantic analysis
3032

0 commit comments

Comments
 (0)