0

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?

Mikhail
  • 31
  • 4

1 Answers1

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