[gnome-clocks] Add .coafile



commit 46f973b9e258c79a16ad7177c7236d6828ac2db3
Author: Ankit <ankitstarski gmail com>
Date:   Wed Feb 25 00:06:48 2015 +0530

    Add .coafile
    
    A .coafile is a coala config file used for checking code
    inconsistencies. It has been configured to check for trailing
    spaces and disallow line lengths greater than 120.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=744906

 .coafile |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/.coafile b/.coafile
new file mode 100644
index 0000000..9be4a36
--- /dev/null
+++ b/.coafile
@@ -0,0 +1,15 @@
+Default.enabled = false
+ValaCheck.enabled = true
+
+[Default]
+files = src/*.vala
+
+[ValaCheck]
+bears = SpaceConsistencyBear, LineLengthBear
+use_spaces = True
+max_line_length = 120
+
+[TODOS]
+bears = KeywordBear
+ci_keywords = TODO, FIXME
+cs_keywords =
\ No newline at end of file


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]