My Go service need to pass Sonar check. There're some functions (like creating DB connection) that need to be ignored.
How can I force Sonar to ignore one function on Go service?
My Go service need to pass Sonar check. There're some functions (like creating DB connection) that need to be ignored.
How can I force Sonar to ignore one function on Go service?