Command-line schemacrawler has --linter-configs option, where we can pass xml config. Is it possible to pass this linter-config.xml with schemacrawler API in code?
Asked
Active
Viewed 48 times
1 Answers
0
You can build LinterConfigs
completely programmatically - take a look at LintTest::lints
, or read in an XML file - take a look at LintTest::runLintersWithConfig
Sualeh Fatehi, SchemaCrawler

Sualeh Fatehi
- 4,700
- 2
- 24
- 28