Skip to content

Commit

Permalink
drupal/coder updated to latest version.
Browse files Browse the repository at this point in the history
Fixed phpcs errors according to new rules. Ref. nuvoleweb#2
  • Loading branch information
otarza committed Jun 19, 2017
1 parent b7c19c4 commit 90ea821
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"vendor/bin/phpcs --config-set show_progress 1",
"cp scripts/pre-push.sh .git/hooks/pre-push && chmod +x .git/hooks/pre-push"
],
"phpcs": "./vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,install,inc,theme --ignore=vendor,libraries .",
"phpcbf": "./vendor/bin/phpcbf --standard=Drupal,DrupalPractice --extensions=php,module,install,inc,theme --ignore=vendor,libraries .",
"phpcs": "./vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,install,inc,theme --ignore=vendor,libraries,README.md .",
"phpcbf": "./vendor/bin/phpcbf --standard=Drupal,DrupalPractice --extensions=php,module,install,inc,theme --ignore=vendor,libraries,README.md .",
"phpunit": "./vendor/bin/phpunit tests/scr/PhpUnit"
},
"autoload": {
Expand Down
4 changes: 2 additions & 2 deletions simplemde.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ description: Integrates with SimpleMDE Markdown Editor.
core: 8.x
package: Custom
dependencies:
- editor
- markdown
- drupal:editor
- drupal:markdown

0 comments on commit 90ea821

Please sign in to comment.