-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Ignore all not supported changeset types
- Loading branch information
Showing
28 changed files
with
3,574 additions
and
828 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# This file is used to define the limits within which the | ||
# decision table tool LF-ET can be freely used in this project. | ||
# | ||
# This file must not be changed, its checksum value must match | ||
# with the checksum value stored in the corresponding license file. | ||
# | ||
# More about LF-ET can be found here: | ||
# - https://lohrfink.de/de/produkte/lf-et/ | ||
# - https://lohrfink.de/en/solutions/lf-et/ | ||
# | ||
# More about the rulebased.group can be found here: | ||
# - https://rulebased.group/ | ||
# | ||
# Any questions or CER's regarding LF-ET or this project are welcome here: | ||
# - mailto:[email protected] | ||
|
||
LFET: | ||
|
||
Project: | ||
|
||
Url: | ||
# List of global unique project ID's | ||
- [email protected]:uniqueck/asciidoctor-liquibase.git | ||
- https://github.com/uniqueck/asciidoctor-liquibase.git | ||
- https://github.com/uniqueck/asciidoctor-liquibase/ | ||
|
||
FileNamePattern: | ||
# List of regular expressions for allowed file names | ||
# incl. common 'save as' and export formats | ||
- ^liquibase-parser([(](Rwa|ras)[)])?[.](lfet|xls[x]?)$ | ||
- ^liquibase-elements([(](Rwa|ras)[)])?[.](lfet|xls[x]?)$ | ||
- ^asciidoctor-liquibase([(](Rwa|ras)[)])?[.](lfet|xls[x]?)$ | ||
- ^addColumn([(](Rwa|ras)[)])?[.](lfet|xls[x]?)$ | ||
- ^addPrimaryKey([(](Rwa|ras)[)])?[.](lfet|xls[x]?)$ | ||
- ^changeSet([(](Rwa|ras)[)])?[.](lfet|xls[x]?)$ | ||
- ^column([(](Rwa|ras)[)])?[.](lfet|xls[x]?)$ | ||
- ^createIndex([(](Rwa|ras)[)])?[.](lfet|xls[x]?)$ | ||
- ^createView([(](Rwa|ras)[)])?[.](lfet|xls[x]?)$ | ||
- ^createTable([(](Rwa|ras)[)])?[.](lfet|xls[x]?)$ | ||
- ^dropColumn([(](Rwa|ras)[)])?[.](lfet|xls[x]?)$ | ||
- ^dropTable([(](Rwa|ras)[)])?[.](lfet|xls[x]?)$ | ||
- ^include([(](Rwa|ras)[)])?[.](lfet|xls[x]?)$ | ||
- ^addForeignKeyConstraint([(](Rwa|ras)[)])?[.](lfet|xls[x]?)$ | ||
- ^modifyDataType([(](Rwa|ras)[)])?[.](lfet|xls[x]?)$ | ||
- ^renameColumn([(](Rwa|ras)[)])?[.](lfet|xls[x]?)$ | ||
|
||
DirectoryNamePattern: | ||
# List of regular expressions for allowed directory names | ||
# relative to the project content root | ||
# use always '/' as file separator | ||
- ^[/]?(lfet|lib|test)[/]?$ | ||
- ^[/]?(lib|lfet)/extractor[/]?$ | ||
- ^[/]?test/features[/]?$ | ||
- ^[/]?test/features/extractor[/]?$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.