We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f524d41 commit 73a81d6Copy full SHA for 73a81d6
.codeclimate.yml
@@ -0,0 +1,5 @@
1
+languages:
2
+ JavaScript: true
3
+ Python: true
4
+exclude_paths:
5
+- "__unported__/*"
.coveragerc
@@ -0,0 +1,17 @@
+# Config file .coveragerc
+
+[report]
+include =
+ */l10n-brazil/*
6
7
+omit =
8
+ */tests/*
9
+ *__init__.py
10
11
+# Regexes for lines to exclude from consideration
12
+exclude_lines =
13
+ # Have to re-enable the standard pragma
14
+ pragma: no cover
15
16
+ # Don't complain about null context checking
17
+ if context is None:
0 commit comments