This is a public place for all sample projects related to the GitHub Platform.
sample graphql pre-receive-hooks hooks platform platform-samplesIt is exhausting to edit files again and again to have a consistent style. This project provides a Git pre-receive hook to validate pushed commits on the Git server side. The hook avoids all issues by rejecting any commit not matching the rules to get in to the repository in the first place. The pre-receive hook runs some checks on commits on its own, and searches for programming language specific syntax checkers on the PATH of the server to check changed files with them. The process is pretty fast, because only the added and modified files on the pushed commits are passed to the syntax checkers, also in parallel. It wouldn't slow you down unless your commits are touching hundreds of files.
syntax-checker git git-hook csslint htmlhint golint puppet-lint flake8 pep8 pyflakes rubocop shellcheck eslint jshint jscs standard phpcs pre-receive-hooks pre-receiveGithub Enterprise pre-receive hook implementation for status validations: Commits and Pull Requests validated by running a python script that performs static validation of configuration repos used by Spring Cloud Config with .json, .yaml, .yml and .properties files. It implements the basic Pre-Receive hook steps detailed at https://help.github.com/enterprise/2.6/admin/guides/developer-workflow/creating-a-pre-receive-hook-script/.
pre-receive-hooks github-enterprise spring-boot git-hook github-hook git-hooks spring-cloud-config spring-cloud-config-repo spring-cloud-config-git spring-cloud-config-server spring-cloud-config-client git-pre-receive-hook
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.