You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Update code style rules and improve SARIF logging (#121)
* fix: Update code style rules and improve SARIF logging
- Increased max line length to 200 for XML/JSON/config files in .editorconfig
- Added naming rule for static readonly fields (PascalCase, error)
- Disabled style rules for .received.*, .verified.*, and migration files
- Updated .csharpierignore to ignore NuGet config and test output files
- Renamed _newLineSeparator to NewLineSeparator in ProjectFactory.cs
- Enhanced SARIF result logging: only log on errors/warnings and when logger is enabled, with CA1873 suppression
* refactor: Rename variables for improved clarity and consistency
0 commit comments