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 e406a72 commit cfae8eaCopy full SHA for cfae8ea
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