We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfae8ea commit 7e70b45Copy full SHA for 7e70b45
src/main/scala/com/codacy/rules/ReportRules.scala
@@ -234,7 +234,7 @@ class ReportRules(coverageServices: => CoverageServices) extends StrictLogging {
234
*/
235
private[rules] def handleFailedResponse(response: FailedResponse): String = {
236
if (response.message.contains("not found")) {
237
- """Request URL not found. (Check if the token you are using or the API base URL are valid)"""
+ "Request URL not found. (Check if the token you are using or the API base URL are valid)"
238
} else {
239
response.message
240
}
0 commit comments