Skip to content

Commit

Permalink
Merge pull request #6939 from portabilis/MarceloCajueiro-patch-1
Browse files Browse the repository at this point in the history
Adiciona config para sourcelevel
  • Loading branch information
MarceloCajueiro authored Jan 28, 2020
2 parents 5b53f70 + 3c0306b commit 232140a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .sourcelevel.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# This configuration was used SourceLevel to review the portabilis/i-educar-portabilis repository
# on 44050ca4916a346cb01216fec3231836d3523cbe.
# You can make this the default configuration for future reviews by moving this
# file to your repository as `.sourcelevel.yml` and pushing it to GitHub, and tweak
# it as you wish - To know more on how to change this file to better review your
# repository you can go to https://docs.sourcelevel.io/configuration and see the configuration
# details.
---
styleguide: plataformatec/linters
engines:
phan:
enabled: false
fixme:
enabled: false
phpmd:
enabled: false
eslint:
enabled: false
csslint:
enabled: false
scss-lint:
enabled: false
remark-lint:
enabled: false
exclude_paths:
- config
- public
- tests

0 comments on commit 232140a

Please sign in to comment.