I am facing an issue with some sonarcloud warnings that will not be fixed in the nearest future (and should be disabled for now).
The warnings are raised by sonarcloud during build on CI. There are no any local analysers. Is there a way to suppress some specific warnings in source code on project, file, class and/or method levels?
The official documentation is not of much help, at least I did not manage to find the solution.
Does sonarcloud respect some
#pragma warning disable S3881
or other attribute based approach or some global settings.