Prerequisites
Engine area
Other
Improvement description
sonar-resolve behavior:
- Scanners parse sonar-resolve annotations from source code and report them via a new plugin API method.
- Each annotation must specify:
- At least one rule key (e.g.
java:S123).
- A mandatory comment.
- An optional resolution status: accept (default) or fp.
- The scope of sonar-resolve is the line in which it's written.
See:
Rationale
Meet baseline expectations for a sonar language plugin and stay consistent with official analyzers.
Prerequisites
Engine area
Other
Improvement description
sonar-resolvebehavior:java:S123).See:
Rationale
Meet baseline expectations for a sonar language plugin and stay consistent with official analyzers.