Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/src/test/scala/docs/ApiMayChangeDocCheckerSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ class ApiMayChangeDocCheckerSpec extends AnyWordSpec with Matchers {
clazz.getCanonicalName.replaceAll("\\$minus", "-").split("\\$")(0)
}

// As Specs, Directives and HttpApp inherit get all directives methods, we skip those as they are not really bringing any extra info
// As Specs and Directives inherit get all directives methods, we skip those as they are not really bringing any extra info
def removeClassesToIgnore(method: Method): Boolean = {
Seq("Spec", ".Directives", ".HttpApp").exists(method.getDeclaringClass.getCanonicalName.contains)
Seq("Spec", ".Directives").exists(method.getDeclaringClass.getCanonicalName.contains)
}

def collectMissing(docPage: Seq[String])(set: Set[String], name: String): Set[String] = {
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading