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 f7f4dff commit 707ecceCopy full SHA for 707ecce
src/main/scala/codacy/dockerApi/utils/FileHelper.scala
@@ -42,7 +42,7 @@ object FileHelper {
42
* @param root path to search recursively
43
* @param configFileNames to match the files while searching
44
* @param maxDepth to search
45
- * @return config file path closer to the root
+ * @return config file path closest to the root
46
*/
47
def findConfigurationFile(root: Path, configFileNames: Set[String], maxDepth: Int = 5): Option[Path] = {
48
val allFiles = better.files.File(root).walk(maxDepth = maxDepth)
0 commit comments