-
Notifications
You must be signed in to change notification settings - Fork 201
Print warning when AddJsonFile is called with "local.settings.json" #2777
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
base: main
Are you sure you want to change the base?
Print warning when AddJsonFile is called with "local.settings.json" #2777
Conversation
|
@microsoft-github-policy-service agree |
docs/analyzer-rules/AZFW0016.md
Outdated
| @@ -0,0 +1,27 @@ | |||
| # AZFW0016: Redundant usage of local.settings.json in the worker configuration | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AZFW0016 already exists (recently merged) - can you make this AZFW0017?
|
Hi, sure, I will update the PR soon. |
|
Hello @liliankasem, I've updated the ID of the warning. Please let me know if any other changes are needed. Thank you for the review! |
|
This seems useful could we get an update here? @liliankasem (@kshyju @mattchenderson) |
Issue describing the changes in this PR
resolves #613
Pull request checklist
release_notes.mdAdditional information.
Hi @fabiocav, this is my first pull request in this repository. I've added a bunch of unit tests and documentation for the new analyzer. Please let me know what you think about this PR and what else should be added to it.
Many Thanks!
Bogdan