Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Update default rulesets info bar text #32

Merged
merged 1 commit into from
Jan 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Extension/Rosie/CodigaDefaultRulesetsInfoBarHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace Extension.Rosie
public static class CodigaDefaultRulesetsInfoBarHelper
{
//\n characters are for better formatting of the entire content of the info bar
private const string InfoBarText = "Check for security, code style in your Python code with Codiga.\n";
private const string InfoBarText = "Check your code for security and code style issues with Codiga.\n";
private const string CreateCodigaYmlActionText = "Create codiga.yml\n";
private const string NeverForThisSolutionActionText = "Never for this solution";

Expand Down