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

Fix linter rule: Max variables limit increased from 256 -> 512 #15464

Merged
merged 3 commits into from
Nov 4, 2024

Conversation

StephenWeatherford
Copy link
Contributor

@StephenWeatherford StephenWeatherford commented Nov 1, 2024

Fixes #15457

Microsoft Reviewers: Open in CodeFlow

Copy link
Contributor

github-actions bot commented Nov 1, 2024

Test this change out locally with the following install scripts (Action run 11674138878)

VSCode
  • Mac/Linux
    bash <(curl -Ls https://aka.ms/bicep/nightly-vsix.sh) --run-id 11674138878
  • Windows
    iex "& { $(irm https://aka.ms/bicep/nightly-vsix.ps1) } -RunId 11674138878"
Azure CLI
  • Mac/Linux
    bash <(curl -Ls https://aka.ms/bicep/nightly-cli.sh) --run-id 11674138878
  • Windows
    iex "& { $(irm https://aka.ms/bicep/nightly-cli.ps1) } -RunId 11674138878"

Copy link
Contributor

github-actions bot commented Nov 1, 2024

Dotnet Test Results

    72 files   -     35      72 suites   - 35   29m 0s ⏱️ - 14m 49s
11 394 tests  -     22  11 394 ✅  -     22  0 💤 ±0  0 ❌ ±0 
26 519 runs   - 13 246  26 519 ✅  - 13 246  0 💤 ±0  0 ❌ ±0 

Results for commit 07f1958. ± Comparison against base commit c5f8633.

♻️ This comment has been updated with latest results.

@StephenWeatherford StephenWeatherford self-assigned this Nov 1, 2024
@StephenWeatherford StephenWeatherford merged commit b31dd99 into main Nov 4, 2024
47 checks passed
@StephenWeatherford StephenWeatherford deleted the sw/max-vars branch November 4, 2024 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Max variable linter: not taking into account recently increased limit
2 participants