Changeset - f0b9706d8d7e
[Not reviewed]
default
0 1 1
Mads Kiilerich - 10 years ago 2016-05-02 23:45:26
madski@unity3d.com
scripts: introduce scripts/run-all-cleanup - run this before committing to make sure some aspects of the coding style is maintained
2 files changed with 13 insertions and 0 deletions:
0 comments (0 inline, 0 general)
docs/contributing.rst
Show inline comments
 
@@ -118,6 +118,9 @@ multiline functions should be indented t
 
``{}``.
 
Variables holding jQuery objects should be named with a leading ``$``.
 

	
 
Run ``scripts/run-all-cleanup`` before committing to ensure some basic code
 
formatting consistency.
 

	
 
Commit messages should have a leading short line summarizing the changes. For
 
bug fixes, put ``(Issue #123)`` at the end of this line.
 

	
scripts/run-all-cleanup
Show inline comments
 
new file 100755
 
#!/usr/bin/sh
 

	
 
# Convenience script for running various idempotent source code cleanup scripts
 

	
 
set -e
 
set -x
 

	
 
scripts/docs-headings.py
 
scripts/generate-ini.py
 
scripts/whitespacecleanup.sh
0 comments (0 inline, 0 general)