microsoft / sarif-pattern-matcher

Quality domain agnostic regular expression pattern matcher that persists results to SARIF
MIT License
39 stars 18 forks source link

Fixed or Silenced build warnings #643

Closed HulonJenkins closed 2 years ago

HulonJenkins commented 2 years ago

Changes

Silenced warning SA1307 - static variables should start with upper case letters Suggested (instead of silenced) warning SA1602 - Enumeration Documentation Fixed warning SA1505 curly braces in SearchSkimmers.cs Fixed warning SA1204 static before non static in SearchSkimmers.cs