forked from portabilis/i-educar
-
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.
Merge pull request #6939 from portabilis/MarceloCajueiro-patch-1
Adiciona config para sourcelevel
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 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
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 |