| # The Sample project intentionally contains code that fires Lucene.NET analyzers | |
| # so contributors can see the diagnostics live in their IDE. Downgrade Error-severity | |
| # rules to Warning here so the project still compiles. | |
| [*.cs] | |
| dotnet_diagnostic.LuceneDev6001.severity = warning | |
| dotnet_diagnostic.LuceneDev6002.severity = warning | |
| dotnet_diagnostic.LuceneDev6004.severity = warning |