-
Notifications
You must be signed in to change notification settings - Fork 140
Description
JetBrains Rider Editor 3.0.36
com.unity.ide.rider@4d374c7eb6db contains a .editorconfig, which prevents a project from ignoring messages that are triggered by this package.
See the sshot attached for the messages that are triggered by this project.
I have these messages suppressed in my project, but since your package contains its own .editorconfig, it override my settings.
I would like to achieve 0 messages in my project to identify new messages as they are introduced.
The workaround I've been using is going into \Library\PackageCache\com.unity.ide.rider@4d374c7eb6db and manually removing .editorconfig. However, this file is restored if a re-import or version upgrade happens.
Ideally, you ship a package that doesn't include an .editorconfig. Hoping this is a change that can be made.
Thanks