Skip to content

Commit

Permalink
Revert "Remove light bulb that allows disabling linter rules in the b…
Browse files Browse the repository at this point in the history
…icepconfig.json (#5314)"

This reverts commit 7509736.
  • Loading branch information
Stephen Weatherford committed Jan 26, 2022
1 parent 1b9a194 commit 2d55910
Show file tree
Hide file tree
Showing 8 changed files with 1,078 additions and 76 deletions.
2 changes: 2 additions & 0 deletions src/Bicep.Core/LanguageConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ public static class LanguageConstants

public const string BicepConfigurationFileName = "bicepconfig.json";

public const string DisableLinterRuleCommandName = "bicep.DisableLinterRule";

public const string DisableNextLineDiagnosticsKeyword = "disable-next-line";

public static readonly Regex ArmTemplateSchemaRegex = new(@"https?:\/\/schema\.management\.azure\.com\/schemas\/([^""\/]+\/[a-zA-Z]*[dD]eploymentTemplate\.json)#?");
Expand Down
Loading

0 comments on commit 2d55910

Please sign in to comment.