-
Notifications
You must be signed in to change notification settings - Fork 1
fedelopez/svn-commit-hooks
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Pre-commit hook written in Python for Subversion. Its goal is to keep the codebase free of illegal code. So far we have integrated the following items: 1. Prevent test sources with instructions that pause the execution of a test such as TestBase.pause(): these are very harmful since the test jumping into this line of code blocks the whole TeamCity queue until the build times out. 2. IntelliJ forms that use references to property files 3. Dart or JS test sources with instructions to execute only one test or test group, such as solo_test, solo_group (Dart) or ddescribe, iit (JS) Thanks to Pacific Knowledge Systems to allowing us to open-source this mini-project.
About
Commit hooks for Subversion written in Python.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published