Rita Gorokhod

Results 29 issues of Rita Gorokhod

### Description With the introduction of secrets analyzer, files can be potentially analyzed multiple times, i.e., secrets + js/ts analyzer. When it happens, two identical messages are displayed to the...

Area: Analyzer
Fit and finish

### Description #1335 added support inclusions/exclusions for non-roslyn languages (JS/TS/C/C++). This ticket is for adding the same functionality for roslyn languages. Related: [MMF-1230](https://jira.sonarsource.com/browse/MMF-1230)

Type: Improvement
Area: Connected Mode
Language: C#
exclusions/inclusions

### Description Following #1335, we've added support for `sonar.inclusions`, `sonar.exclusions` and `sonar.global.exclusions`. TODO: - [ ] Add support for `sonar.issue.ignore.multicriteria` - [ ] Add support for `sonar.enforce.multicriteria`

Type: Improvement
Area: Connected Mode
exclusions/inclusions

### Description Following #1335, add support for: `sonar.test.inclusions`, `sonar.test.exclusions`

Type: Improvement
Area: Connected Mode
exclusions/inclusions

### Description The analyze waypoint of eslint-bridge can now return quick fixes: ``` { "column": 26, "line": 9, "endColumn": 27, "endLine": 9, "ruleId": "no-extra-semi", "message": "Unnecessary semicolon.", "quickFixes": [ {...

Type: Improvement
Language - JS/TS

### Description When locating a compatible node version for js/ts analysis, we search for node installations found in PATH. However, node installations managed by NVM would not be stored there,...

Type: Task
Language - JS/TS

#### Description Following #2428, we rely on the parsing error string that eslint-bridge returns as an indication that init-linter needs to be called. Change the indication to check the parsing...

Type: Task
BLOCKED
Language - JS/TS

#### Description [NOSONAR](https://docs.sonarqube.org/latest/faq/) provides a way for the user to suppress issues in the IDE before they're raised on SQ/SC. It is not currently supported in SLVS and it's a...

Type: Improvement
Language - JS/TS

### Description Go over the post-processing logic inside the [CFamilySensor.java](https://github.com/SonarSource/sonar-cpp/blob/master/sonar-cfamily-plugin/src/main/java/com/sonar/cpp/plugin/CFamilySensor.java#L603) and investigate if there are any missing bits that are relevant to SLVS. Previously discovered differences: - #1489 - #2149...

Type: Improvement
Language: CFamily

#### Description `IAnalysisIssueVisualization` implements `IAnalysisIssueLocationVisualization`. This creates a lot of duplication in functionality (see #2130). TODO: - [ ] Change `IAnalysisIssueVisualization` to contain a property `IAnalysisIssueLocationVisualization PrimaryLocation`.

Type: Improvement
Type: Task
Refactoring
Area: Secondary Locations