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

Add ability to treat rule violations as errors #523

Merged
merged 2 commits into from
Feb 29, 2024

Conversation

ErikEJ
Copy link
Collaborator

@ErikEJ ErikEJ commented Feb 28, 2024

fixes #522

Copy link
Member

@jmezach jmezach left a comment

Choose a reason for hiding this comment

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

LGTM

README.md Outdated Show resolved Hide resolved
@ErikEJ ErikEJ merged commit e66f0e7 into rr-wfm:master Feb 29, 2024
13 checks passed
@ErikEJ
Copy link
Collaborator Author

ErikEJ commented Feb 29, 2024

@jmezach Time to consider a 2.7.0 release? 😄

@jmezach
Copy link
Member

jmezach commented Feb 29, 2024

Sounds like a plan :)

@ErikEJ
Copy link
Collaborator Author

ErikEJ commented Feb 29, 2024

@jmezach Just FYI, did manage to do some field testing, and a small update is coming soon based on that

@jmezach
Copy link
Member

jmezach commented Feb 29, 2024

Looks like the publishing pipeline isn't working correctly right now, so I'll have to look into that anyway ;).

@ErikEJ
Copy link
Collaborator Author

ErikEJ commented Feb 29, 2024

@jmezach Should this not be downloading the sdk and template packages instead of the test package?

    - name: download-artifact
      uses: actions/download-artifact@v4
      id: download-nugetpackages
      with:
        name: test-package
        path: ~/nuget-packages

@jmezach
Copy link
Member

jmezach commented Feb 29, 2024

Yeah, that makes more sense ;).

@jmezach
Copy link
Member

jmezach commented Feb 29, 2024

Release 2.7.0 is out there and includes your latest fixes.

@ErikEJ
Copy link
Collaborator Author

ErikEJ commented Feb 29, 2024

@jmezach Wonderful! Thanks

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.

Enable marking individual static analyzer rules as error (instead of warning)
3 participants