Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • G gulp
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 24
    • Issues 24
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gulp
  • gulp
  • Merge requests
  • !1341

Switch to new jscs-preset-gulp config

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/pdehaan/jscs-preset into master Oct 21, 2015
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 2

Created by: pdehaan

$ npm run lint

> [email protected] lint /Users/pdehaan/dev/github/gulp
> jshint lib bin test index.js --reporter node_modules/jshint-stylish/stylish.js --exclude node_modules && jscs lib bin test index.js


✔ No problems

$ echo $?
0

Without setting requireCapitalizedComments to null, I get 22 code style errors from JSCS.

If we don't care about capitalized code comments, we can override the rule in the global jscs-preset-gulp module. If we do care about capitalized comments, we'll need to fix the 22 errors in this repo and then delete the JSCS rule in a future PR.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/pdehaan/jscs-preset