-
Notifications
You must be signed in to change notification settings - Fork 225
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
SqlServerDsc: Resolve style guideline violations for hashtables #1437
Labels
enhancement
The issue is an enhancement request.
good first issue
The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
Comments
johlju
added
enhancement
The issue is an enhancement request.
good first issue
The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
help wanted
The issue is up for grabs for anyone in the community.
labels
Oct 6, 2019
6 tasks
johlju
added
in progress
The issue is being actively worked on by someone.
and removed
help wanted
The issue is up for grabs for anyone in the community.
labels
Oct 29, 2019
johlju
added a commit
to johlju/SqlServerDsc
that referenced
this issue
Oct 29, 2019
- Fix hashtables to align with style guideline (issue dsccommunity#1437).
9 tasks
johlju
added a commit
to johlju/SqlServerDsc
that referenced
this issue
Nov 3, 2019
- Fix hashtables to align with style guideline (issue dsccommunity#1437).
johlju
added a commit
to johlju/SqlServerDsc
that referenced
this issue
Nov 26, 2019
- Fix hashtables to align with style guideline (issue dsccommunity#1437).
9 tasks
johlju
added a commit
that referenced
this issue
Nov 27, 2019
…nd fix hashtables (#1447) - Changes to SqlServerDsc - Add .gitattributes file to checkout file correctly with CRLF. - Updated .vscode/analyzersettings.psd1 file to correct use PSSA rules and custom rules in VS Code. - Fix hashtables to align with style guideline (issue #1437). - Changes to SqlServerMaxDop - Fix line endings in code which did not use the correct format.
johlju
added a commit
that referenced
this issue
Jan 1, 2020
…nd fix hashtables (#1447) - Changes to SqlServerDsc - Add .gitattributes file to checkout file correctly with CRLF. - Updated .vscode/analyzersettings.psd1 file to correct use PSSA rules and custom rules in VS Code. - Fix hashtables to align with style guideline (issue #1437). - Changes to SqlServerMaxDop - Fix line endings in code which did not use the correct format.
johlju
added a commit
to johlju/SqlServerDsc
that referenced
this issue
Apr 10, 2020
- Fix hashtables to align with style guideline (issue dsccommunity#1437).
9 tasks
johlju
added a commit
that referenced
this issue
Apr 11, 2020
- SqlAG - Fix hashtables to align with style guideline (issue #1437).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
The issue is an enhancement request.
good first issue
The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
We are adding a PSSA rule that validates hashtables to be correct according to the style guideline (PR PowerShell/DscResource.Tests#348).
Since we have opt-in to the common test that validates these rules we need to make sure to update all the hashtables that still does not comply to the style guideline. After that we will merge the rule into the test framework.
Below are all the style guideline violations that need to be resolved for this repo.
The text was updated successfully, but these errors were encountered: