Closed
Description
SpecificFilesTest
is missing a few test cases:
- Kotlin config
- Config split between two files. In other words, a common use case is to write the spotless configuration in a separate file and import into the
build.gradle
withapply from: spotless_config_file.gradle
. This should be tested. - Empty input
- Invalid input. i.e.,
[asdf\\.)?
or another invalid pattern.