Question

Can anyone suggest a hosted solution for SVN, Git, or Mercurial (preferred) that offers the ability to configure certain pre-commit hooks? For example, when JS is committed, I'd like it to pass JSLint. Or if PHP is committed, I'd like it to pass certain coding conventions.

Suggestions?

Était-ce utile?

La solution

You can use GitHub if you decide to use Git.

Git supports pre-commit hooks

The commit hooks will simply be configured as part of the project, not on GitHub.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top