spotless
spotless copied to clipboard
Spotless SQL LINE ORIENTED File Extensions
Documentation states that Spotless.SQL can use a dbeaver().configFile('dbeaver.props') however trying to set this config throws and error that this file extension is not supported and I see that it is not supported here.
Could we fix the documentation or add .props to list of supported file extensions?
Spotless configuration
spotless.sql {
target 'src/main/resources/**/*.sql'
dbeaver().configFile('dbeaver.props') // works with 'dbeaver.properties'
}
Cheers.
I encountered the same bug and submitted a PR to fix it: https://github.com/diffplug/spotless/pull/1277
Thx : )