This is the Linux app named pre-commit whose latest release can be downloaded as pre-commitv3.5.0sourcecode.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named pre-commit with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
pre-commit
DESCRIPTION
Git hook scripts are useful for identifying simple issues before submission to code review. We run our hooks on every commit to automatically point out issues in code such as missing semicolons, trailing whitespace, and debug statements. By pointing these issues out before code review, this allows a code reviewer to focus on the architecture of a change while not wasting time with trivial style nitpicks. As we created more libraries and projects we recognized that sharing our pre-commit hooks across projects is painful. We copied and pasted unwieldy bash scripts from project to project and had to manually change the hooks to work for different project structures. We believe that you should always use the best industry standard linters. Some of the best linters are written in languages that you do not use in your project or have installed on your machine.
Features
- We built pre-commit to solve our hook issues
- It is a multi-language package manager for pre-commit hooks
- You specify a list of hooks you want and pre-commit manages the installation and execution
- pre-commit is specifically designed to not require root access
- pre-commit automatically handles downloading and building node to run eslint without root
- Focus on the architecture of a change while not wasting time with trivial operations
Programming Language
Python
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/pre-commit.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.