Skip to content

Commit

Permalink
Minor - update flint config
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed Dec 16, 2019
1 parent 4081a60 commit b0a479a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .flintci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
services:
phpcsfixer: true
yamllint: true
phpcsfixer:
config_path: .php_cs
yamllint:
version: latest
config_path: .yamllint_config
8 changes: 8 additions & 0 deletions .yamllint_config
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
ignore: |
assets/*
.travis.yml

extends: default
rules:
line-length:
max: 500

0 comments on commit b0a479a

Please sign in to comment.