Tags: microsoft/DevSkim
Tags
Fix Confidence Filter at Rule Level (#672) * Update .gitignore * Fix confidence filter at rule level. * Update Changelog.md * Add tests for rule level confidence filtering * Clarify Doc comment on WithConfidenceFilter method Update options tests to account for unspecified behavior (its the 0 value for the enum flag so always passes the check).
Fix Confidence Filter at Rule Level (#672) * Update .gitignore * Fix confidence filter at rule level. * Update Changelog.md * Add tests for rule level confidence filtering * Clarify Doc comment on WithConfidenceFilter method Update options tests to account for unspecified behavior (its the 0 value for the enum flag so always passes the check).
Fix Confidence Filter at Rule Level (#672) * Update .gitignore * Fix confidence filter at rule level. * Update Changelog.md * Add tests for rule level confidence filtering * Clarify Doc comment on WithConfidenceFilter method Update options tests to account for unspecified behavior (its the 0 value for the enum flag so always passes the check).
Fix LanguageRuleIgnoreMap and Add Positive Globs (#665) * Fix incorrect inversion in LanguageRuleMap codepath * Improve option operation tests * Add Include Globs option. When specified, only files that match one of the include globs and that don't match one of the exclude globs are scanned. * New test cases for glob options. * Update changelog.
Fix Default Option Settings When Deserializing Options Json (#610) * Fix Default Option Settings When Deserializing Options Json OutputTextFormat and OutputFileFormat were defaulting to string.Empty when deserialized because the default set for instantiating differed from the default value used for command parsing. * Update Changelog.md
Fix Default Option Settings When Deserializing Options Json (#610) * Fix Default Option Settings When Deserializing Options Json OutputTextFormat and OutputFileFormat were defaulting to string.Empty when deserialized because the default set for instantiating differed from the default value used for command parsing. * Update Changelog.md
Fix Default Option Settings When Deserializing Options Json (#610) * Fix Default Option Settings When Deserializing Options Json OutputTextFormat and OutputFileFormat were defaulting to string.Empty when deserialized because the default set for instantiating differed from the default value used for command parsing. * Update Changelog.md
PreviousNext