Skip to content

acemod/sqflint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Docker sqflint

Docker image with sqflint installed, to help speed up build times in CI pipelines.

This uses an alpine based with Python and installs sqflint.

Docker Build Statu

Table of Contents

Available tools

  • git
  • python3
  • make
  • zip
  • sqflint

Usage

In gitlab-ci:

unit-tests:
    stage: test
    image: acemod/sqflint:latest
    script:
      - sqflint --exit=e -d addons

circle-ci:

version: 2
jobs:
  build:
    docker:
      - image: acemod/sqflint
    steps:
      - checkout
      - run:
          name: linting
          command: |
            sqflint --exit=e -d addons

Contribute

PRs accepted. All issues should be reported in the Github issue tracker.

License

MIT © ACE Mod

Releases

No releases published

Packages

No packages published