Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarre committed Oct 13, 2017
2 parents a49a239 + 49801b2 commit ba69568
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/schemacrawler-linter-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,4 +196,9 @@
<property name="minCompressionPercent">30</property>
</config>
</linter>
<linter id="io.github.mbarre.schemacrawler.tool.linter.LinterOrphanTable">
<run>true</run>
<severity>high</severity>
<table-exclusion-pattern><![CDATA[\w*\.((databasechangeloglock)|(databasechangelog))]]></table-exclusion-pattern>
</linter>
</schemacrawler-linter-configs>

0 comments on commit ba69568

Please sign in to comment.