diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2013-04-13 18:06:43 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2013-04-13 18:08:47 +0200 |
commit | 4f8b17e67a99623037228b398e5e1d2a82ab8b5a (patch) | |
tree | 291e0b64b60cd42f1aed8b9ab66bd9ecae0c9291 /.gitmodules | |
parent | 48d353a5cb22e596f12946ef7202e9946679e2c8 (diff) | |
download | logdiag-4f8b17e67a99623037228b398e5e1d2a82ab8b5a.tar.gz logdiag-4f8b17e67a99623037228b398e5e1d2a82ab8b5a.tar.xz logdiag-4f8b17e67a99623037228b398e5e1d2a82ab8b5a.zip |
Add support for style checking using vera++.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..40e3a29 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vera++"] + path = vera++ + url = https://bitbucket.org/ThArGos/vera.git |