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

Don't report exported variables as unused #12275

Merged
merged 1 commit into from
Oct 26, 2023
Merged

Don't report exported variables as unused #12275

merged 1 commit into from
Oct 26, 2023

Conversation

jeskew
Copy link
Contributor

@jeskew jeskew commented Oct 25, 2023

Resolves #12268

Microsoft Reviewers: Open in CodeFlow

@github-actions
Copy link
Contributor

github-actions bot commented Oct 25, 2023

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

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

@github-actions
Copy link
Contributor

Test Results

     132 files  ±0       132 suites  ±0   4h 11m 10s ⏱️ + 16m 58s
10 679 tests +1  10 679 ✔️ +1  0 💤 ±0  0 ±0 
51 603 runs  +4  51 603 ✔️ +4  0 💤 ±0  0 ±0 

Results for commit 24c6ee8. ± Comparison against base commit 914ac3a.

@jeskew jeskew merged commit cdebfd8 into main Oct 26, 2023
47 checks passed
@jeskew jeskew deleted the jeskew/12268 branch October 26, 2023 02:23
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.

@export() variables are flagged as unused
2 participants