Skip to content

Commit

Permalink
Remove light bulb that allows disabling linter rules in the bicepconf…
Browse files Browse the repository at this point in the history
…ig.json (#5314)
  • Loading branch information
bhsubra authored Dec 3, 2021
1 parent c5f048d commit 7509736
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 988 deletions.
2 changes: 0 additions & 2 deletions src/Bicep.Core/LanguageConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ 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 7509736

Please sign in to comment.