Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enforce styles and conventions with Hound #67

Open
derekantrican opened this issue Oct 24, 2019 · 0 comments
Open

Enforce styles and conventions with Hound #67

derekantrican opened this issue Oct 24, 2019 · 0 comments
Labels
discussion Used for marking an issue that is only meant as a location for discussion enhancement New feature or request

Comments

@derekantrican
Copy link
Owner

houndci.com adds automatic checks to pull requests for code warnings & styles. JSHint is one that is turned on by default.

If we want to customize JSHint, we need to add a file .hound.yml and specify parameters as specified here and here.

We may also be able to enforce styles by using JSCS (or, it looks like JSCS has merged with ESLint which is also supported by Hound)

@derekantrican derekantrican added the enhancement New feature or request label Oct 24, 2019
@derekantrican derekantrican added the discussion Used for marking an issue that is only meant as a location for discussion label Nov 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Used for marking an issue that is only meant as a location for discussion enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant