All Projects → whiteclarkegroup → liquibase-linter

whiteclarkegroup / liquibase-linter

Licence: Apache-2.0 License
Quality control for your Liquibase scripts

Programming Languages

java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to liquibase-linter

dockerfile-utils
A library and command line interface for formatting and linting Dockerfiles.
Stars: ✭ 17 (+13.33%)
Mutual labels:  validation, linting
codeclimate-eslint
Code Climate Engine for ESLint
Stars: ✭ 86 (+473.33%)
Mutual labels:  quality, linting
precommit-hook
Automatically check your python code on every commit. 🔍 ✔️
Stars: ✭ 16 (+6.67%)
Mutual labels:  quality, linting
frames-android
Checkout API Client, Payment Form UI and Utilities
Stars: ✭ 26 (+73.33%)
Mutual labels:  validation
React-Native-Web-TypeScript-Prettier-Boilerplate
A starterkit to work with nextjs, react-native, storybook… all with prettified typescript and in a monorepo
Stars: ✭ 16 (+6.67%)
Mutual labels:  linting
openapi-lint-vscode
OpenAPI 2.0/3.0.x intellisense, validator, linter, converter and resolver extension for Visual Studio Code
Stars: ✭ 47 (+213.33%)
Mutual labels:  validation
ng2-multi-step-wizard-ui-router1
Series 3: Tutorials on creating an Angular 2 Multi-Step Wizard using UI-Router 1.0 and TypeScript 2.0.10
Stars: ✭ 33 (+120%)
Mutual labels:  validation
filter
Go语言的数据过滤包,由 数据输入、格式化、校验、输出 几个部份组成。
Stars: ✭ 22 (+46.67%)
Mutual labels:  validation
Fore
Fore - declarative programming with web components
Stars: ✭ 34 (+126.67%)
Mutual labels:  validation
polymer-linter
Moved to Polymer/tools monorepo
Stars: ✭ 34 (+126.67%)
Mutual labels:  linting
ember-changeset-conditional-validations
Conditional validations for ember-changeset-validations
Stars: ✭ 26 (+73.33%)
Mutual labels:  validation
unity-asset-validator
The Asset Validator is an editor tool for validating assets in the project and in scenes.
Stars: ✭ 30 (+100%)
Mutual labels:  validation
code-review
Um projeto onde você pode enviar seu código fonte para outras pessoas te ajudarem a melhorar
Stars: ✭ 84 (+460%)
Mutual labels:  quality
prosesitter.nvim
A (work in progress) grammar, spelling and style plugin for Neovim
Stars: ✭ 23 (+53.33%)
Mutual labels:  linting
CanAirIO
W A R N I N G: This is a previous proof of concept of CanAirIO device firmware over a TTGO T-Display board, but now it is only a old reference. The last stable version of CanAirIO device already have support for this board and many features more. Please use the official CanAirIO Firmware instead of this firmware. https://github.com/kike-canaries…
Stars: ✭ 12 (-20%)
Mutual labels:  quality
cnpj
🇧🇷 Format, validate and generate CNPJ numbers in Node & Deno
Stars: ✭ 26 (+73.33%)
Mutual labels:  validation
datalize
Parameter, query, form data validation and filtering for NodeJS.
Stars: ✭ 55 (+266.67%)
Mutual labels:  validation
validatedb
Validate on a table in a DB, using dbplyr
Stars: ✭ 15 (+0%)
Mutual labels:  validation
formalizer
React hooks based form validation made for humans.
Stars: ✭ 12 (-20%)
Mutual labels:  validation
fqdn
RFC-compliant FQDN validation and manipulation for Python.
Stars: ✭ 23 (+53.33%)
Mutual labels:  validation

Liquibase Linter

Quality control for your Liquibase scripts

Build Status Codacy Badge Maven Central Gitter

Get Started

1 Add liquibase-linter to your pom as a dependency of liquibase-maven-plugin:

<plugin>
    <groupId>org.liquibase</groupId>
    <artifactId>liquibase-maven-plugin</artifactId>
    <configuration>
        ...
    </configuration>
    <dependencies>
        <dependency>
            <groupId>com.whiteclarkegroup</groupId>
            <artifactId>liquibase-linter</artifactId>
            <version>0.5.1</version>
        </dependency>
    </dependencies>
    <executions>
        ...
    </executions>
</plugin>

2 Add the config file to your project root, and start turning on rules.

Try the full documentation for details of config and rules.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].