Skip to content

Commit

Permalink
Fix #2089: GitHub policy should not turn off any note level rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Larry Golding committed Sep 29, 2020
1 parent 3472a83 commit 4fb5e86
Showing 1 changed file with 0 additions and 51 deletions.
51 changes: 0 additions & 51 deletions policies/github.config.xml
Original file line number Diff line number Diff line change
@@ -1,56 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Properties>
<Properties Key='SARIF2001.TerminateMessagesWithPeriod.Options'>
<Property Key='RuleEnabled' Value='Disabled' />
</Properties>
<Properties Key='SARIF2002.ProvideMessageArguments.Options'>
<Property Key='RuleEnabled' Value='Disabled' />
</Properties>
<Properties Key='SARIF2003.ProvideVersionControlProvenance.Options'>
<Property Key='RuleEnabled' Value='Disabled' />
</Properties>
<Properties Key='SARIF2004.OptimizeFileSize.Options'>
<Property Key='RuleEnabled' Value='Disabled' />
</Properties>
<Properties Key='SARIF2005.ProvideToolProperties.Options'>
<Property Key='RuleEnabled' Value='Disabled' />
</Properties>
<Properties Key='SARIF2006.UrisShouldBeReachable.Options'>
<Property Key='RuleEnabled' Value='Disabled' />
</Properties>
<Properties Key='SARIF2007.ExpressPathsRelativeToRepoRoot.Options'>
<!-- Upgraded from Warning. -->
<Property Key='RuleEnabled' Value='Error' />
</Properties>
<Properties Key='SARIF2008.ProvideSchema.Options'>
<Property Key='RuleEnabled' Value='Disabled' />
</Properties>
<Properties Key='SARIF2009.ConsiderConventionalIdentifierValues.Options'>
<Property Key='RuleEnabled' Value='Disabled' />
</Properties>
<Properties Key='SARIF2010.ProvideCodeSnippets.Options'>
<Property Key='RuleEnabled' Value='Disabled' />
</Properties>
<Properties Key='SARIF2011.ProvideContextRegion.Options'>
<Property Key='RuleEnabled' Value='Disabled' />
</Properties>
<Properties Key='SARIF2012.ProvideHelpUris.Options'>
<!-- Because GitHub displays them if available. -->
<Property Key='RuleEnabled' Value='Error' />
</Properties>
<Properties Key='SARIF2013.ProvideEmbeddedFileContent.Options'>
<Property Key='RuleEnabled' Value='Disabled' />
</Properties>
<Properties Key='SARIF2014.ProvideDynamicMessageContent.Options'>
<Property Key='RuleEnabled' Value='Disabled' />
</Properties>
<Properties Key='SARIF2015.EnquoteDynamicMessageContent.Options'>
<Property Key='RuleEnabled' Value='Disabled' />
</Properties>
<Properties Key='SARIF2016.FileUrisShouldBeRelative.Options'>
<!-- Not necessary because SARIF2007.ExpressPathsRelativeToRepoRoot is stricter. -->
<Property Key='RuleEnabled' Value='Disabled' />
</Properties>
<Properties Key='GH1001.ProvideRequiredLocationProperties.Options'>
<Property Key='RuleEnabled' Value='Error' />
</Properties>
Expand Down

0 comments on commit 4fb5e86

Please sign in to comment.