private static Collection checkCleanModules()

in tools/ci/paimon-ci-tools/src/main/java/org/apache/paimon/tools/ci/suffixcheck/ScalaSuffixChecker.java [178:185]


    private static Collection<String> checkCleanModules(
            Collection<String> modules, Path paimonRootPath) throws IOException {
        return checkModules(
                modules,
                paimonRootPath,
                "_${scala.binary.version}",
                "Scala-free module '%s' is referenced with scala suffix in '%s'.");
    }