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

SqlServerDsc: Add .gitattributes file, update analyzersettings.psd1 and fix hashtables #1447

Merged
merged 4 commits into from
Nov 27, 2019

Conversation

johlju
Copy link
Member

@johlju johlju commented Nov 16, 2019

Pull Request (PR) description

  • Changes to SqlServerDsc
  • Changes to SqlServerMaxDop
    • Fix line endings in code which did not use the correct format.

This Pull Request (PR) fixes the following issues

Task list

  • Added an entry under the Unreleased section of the change log in the CHANGELOG.md.
    Entry should say what was changed, and how that affects users (if applicable).
  • Resource documentation added/updated in README.md.
  • Resource parameter descriptions added/updated in README.md, schema.mof
    and comment-based help.
  • Comment-based help added/updated.
  • Localization strings added/updated in all localization files as appropriate.
  • Examples appropriately added/updated.
  • Unit tests added/updated. See DSC Resource Testing Guidelines.
  • Integration tests added/updated (where possible). See DSC Resource Testing Guidelines.
  • New/changed code adheres to DSC Resource Style Guidelines and Best Practices.

This change is Reviewable

@johlju johlju added the needs review The pull request needs a code review. label Nov 16, 2019
@codecov-io
Copy link

codecov-io commented Nov 16, 2019

Codecov Report

Merging #1447 into dev will decrease coverage by <1%.
The diff coverage is 98%.

Impacted file tree graph

@@         Coverage Diff          @@
##            dev   #1447   +/-   ##
====================================
- Coverage    98%     98%   -1%     
====================================
  Files        38      38           
  Lines      5603    5626   +23     
====================================
+ Hits       5497    5519   +22     
- Misses      106     107    +1

@johlju
Copy link
Member Author

johlju commented Nov 26, 2019

Closing an reopening after tests have been fixed in the test framework

@johlju johlju closed this Nov 26, 2019
@johlju johlju reopened this Nov 26, 2019
- Fix line endings in code which did not use the correct format.
  - Fix hashtables to align with style guideline (issue dsccommunity#1437).
@johlju johlju changed the title SqlServerDsc: Add .gitattributes file and update analyzersettings.psd1 SqlServerDsc: Add .gitattributes file, update analyzersettings.psd1 and fix hashtables Nov 26, 2019
@johlju johlju closed this Nov 26, 2019
@johlju johlju reopened this Nov 26, 2019
Copy link
Member Author

@johlju johlju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 2 of 3 files at r1, 8 of 8 files at r2.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@johlju johlju merged commit 4b34546 into dsccommunity:dev Nov 27, 2019
@johlju johlju deleted the add-gitattributes branch November 27, 2019 06:04
@johlju johlju removed the needs review The pull request needs a code review. label Nov 27, 2019
johlju added a commit that referenced this pull request 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.
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.

SqlServerDsc: Resolve style guideline violations for hashtables
2 participants