Advertisement
sarjona

Untitled

Apr 13th, 2020
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. $ grunt
  2. Running "startup" task
  3.  
  4. Running "stylelint:scss" (stylelint) task
  5. >> Linted 209 files without errors
  6.  
  7. Running "sass:dist" (sass) task
  8.  
  9. Running "stylelint:css" (stylelint) task
  10. >> Linted 896 files without errors
  11.  
  12. Running "eslint:amd" (eslint) task
  13.  
  14. Running "babel:dist" (babel) task
  15. Browserslist: caniuse-lite is outdated. Please run next command `npm update`
  16.  
  17. Running "eslint:yui" (eslint) task
  18.  
  19. Running "shifter" task
  20. >> Running shifter on /home/sara/moodles/integration_master/moodle
  21. shifter [info] racing to find the closest .shifter.json file
  22. shifter [info] woohoo, found a config here: /home/sara/moodles/integration_master/moodle/.shifter.json
  23. shifter [info] override config found for coverage
  24. shifter [info] override config found for lint
  25. shifter [info] override config found for clean
  26. shifter [info] revving up
  27. shifter [info] racing the directories
  28. shifter [info] found 93 modules to race, let's do this
  29. shifter [warn] this will be quiet, only status will be emitted for speed. failed builds will print after
  30. .............................................................................................
  31. shifter [info] done racing, the gears are toast
  32. shifter [info] finished in 31.492 seconds, pretty fast huh?
  33. >> Shifter build complete.
  34.  
  35. Running "gherkinlint" task
  36. /home/sara/moodles/integration_master/moodle/mod/glossary/tests/behat/edit_tags.feature
  37. 2 Feature name is already used in: mod/glossary/tests/behat/categories.feature no-dupe-feature-names
  38.  
  39.  
  40. /home/sara/moodles/integration_master/moodle/mod/glossary/tests/behat/search_entries.feature
  41. 57 Multiple empty lines are not allowed no-multiple-empty-lines
  42. 83 Wrong indentation for "and", expected indentation level of 4, but got 6 indentation
  43.  
  44.  
  45. Warning: Task "gherkinlint" failed. Use --force to continue.
  46.  
  47. Aborted due to warnings.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement