Skip to content

Commit

Permalink
cleaning and python/php lint
Browse files Browse the repository at this point in the history
  • Loading branch information
guirem committed Jan 30, 2020
1 parent c84e626 commit b56381c
Show file tree
Hide file tree
Showing 8 changed files with 1,657 additions and 1,538 deletions.
25 changes: 12 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
matrix:
include:
- language: php
php: 5.6
- language: php
php: 7.2
before_script:
- find . -type f -name *.php | xargs -n1 php -l
script:
- cd ${TRAVIS_BUILD_DIR}
- pwd
- find . -type f -name *.php | xargs -n1 php -l
script:
- cd ${TRAVIS_BUILD_DIR}
- pwd
after_success:
- cd ${TRAVIS_BUILD_DIR}
- ls -latr
- cd ${TRAVIS_BUILD_DIR}
- ls -latr
after_failure:
- cd ${TRAVIS_BUILD_DIR}
- ls -latr
- cd ${TRAVIS_BUILD_DIR}
- ls -latr

- language: python
python: 2.7
install:
Expand All @@ -30,6 +30,5 @@ matrix:
script:
- gem install mdl
- cd ${TRAVIS_BUILD_DIR}
- ./tests/tools/setCustomMDWarnings.sh
- mdl -r $MDLWAR *.md docs/fr_FR/*.md
- ./tests/tools/spellCheckMD.sh
- ./tests/tools/spellCheckMD.sh
10 changes: 6 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true
}
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,

"phpcs.standard": null
}
Loading

0 comments on commit b56381c

Please sign in to comment.