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.
2 parents e406a72 + 7e70b45 commit ede8978Copy full SHA for ede8978
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 project token 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