schemacrawler / SchemaCrawler

Free database schema discovery and comprehension tool
http://www.schemacrawler.com/
Other
1.6k stars 199 forks source link

How to add additional command line paramater to lints #54

Closed adriens closed 8 years ago

adriens commented 8 years ago

Hi @sualeh , i have a new lint idea. But for this new lint, i need to be able to pass additional parameters in the lint command line : any idea/example on how to do that please ?

adriens commented 8 years ago

See https://github.com/mbarre/schemacrawler-additionnallints/issues/60 for more details

schemacrawler commented 8 years ago

With SchemaCrawler 14.08.06, command-line parameters as well as parameters from the SchemaCrawler configuration file are available to individual linters. You can access these from the linter's config method.

adriens commented 8 years ago

Great, thanks for update @sualeh :+1:

schemacrawler commented 8 years ago

@adriens Please use the new release, and let me know.