Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable rule command does not have CSS in the supported languages list #5072

Closed
georgii-borovinskikh-sonarsource opened this issue Dec 1, 2023 · 0 comments
Assignees
Labels
Fit and finish Minor UX improvement - low priority but nice to have
Projects

Comments

@georgii-borovinskikh-sonarsource
Copy link
Contributor

private static readonly string[] supportedRepos = new[]
        {
            SonarRuleRepoKeys.C,
            SonarRuleRepoKeys.Cpp,
            SonarRuleRepoKeys.JavaScript,
            SonarRuleRepoKeys.TypeScript,
            SonarRuleRepoKeys.Secrets
        };
@georgii-borovinskikh-sonarsource georgii-borovinskikh-sonarsource added the Fit and finish Minor UX improvement - low priority but nice to have label Dec 1, 2023
@vnaskos-sonar vnaskos-sonar self-assigned this May 16, 2024
@vnaskos-sonar vnaskos-sonar moved this from To do to In progress in SLVS Kanban May 16, 2024
SLVS Kanban automation moved this from In progress to Done May 16, 2024
@vnaskos-sonar vnaskos-sonar moved this from Done to In progress in SLVS Kanban May 16, 2024
@vnaskos-sonar vnaskos-sonar reopened this May 16, 2024
@github-actions github-actions bot moved this from In progress to Review in progress in SLVS Kanban May 16, 2024
@github-actions github-actions bot moved this from Review in progress to In progress in SLVS Kanban May 16, 2024
@github-actions github-actions bot moved this from In progress to Review in progress in SLVS Kanban May 17, 2024
@github-actions github-actions bot moved this from Review in progress to Reviewer approved in SLVS Kanban May 17, 2024
ugras-ergun-sonarsource pushed a commit that referenced this issue May 17, 2024
#5434)

Fixes #5072

Wiki changes required:
* Add CSS to the table on `Define C, C++, JS, TS or secrets detection
rules for local analysis` section

https://docs.sonarsource.com/sonarlint/visual-studio/using-sonarlint/rules/

## Overview
On a standalone project with CSS files.

Before this PR:

![5434_before](https://github.com/SonarSource/sonarlint-visualstudio/assets/168648790/a2f293bf-5c02-4d16-a37f-92d0721c4666)

After this PR:

![5434_after](https://github.com/SonarSource/sonarlint-visualstudio/assets/168648790/3796cd58-2734-4f5a-ac09-be26b011f59c)
SLVS Kanban automation moved this from Reviewer approved to Done May 17, 2024
pavel-mikula-sonarsource pushed a commit that referenced this issue May 27, 2024
#5434)

Fixes #5072

Wiki changes required:
* Add CSS to the table on `Define C, C++, JS, TS or secrets detection
rules for local analysis` section

https://docs.sonarsource.com/sonarlint/visual-studio/using-sonarlint/rules/

## Overview
On a standalone project with CSS files.

Before this PR:

![5434_before](https://github.com/SonarSource/sonarlint-visualstudio/assets/168648790/a2f293bf-5c02-4d16-a37f-92d0721c4666)

After this PR:

![5434_after](https://github.com/SonarSource/sonarlint-visualstudio/assets/168648790/3796cd58-2734-4f5a-ac09-be26b011f59c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fit and finish Minor UX improvement - low priority but nice to have
Projects
Development

No branches or pull requests

3 participants