summaryrefslogtreecommitdiffstats
path: root/.arclint
diff options
context:
space:
mode:
Diffstat (limited to '.arclint')
-rw-r--r--.arclint25
1 files changed, 25 insertions, 0 deletions
diff --git a/.arclint b/.arclint
new file mode 100644
index 0000000..31bda09
--- /dev/null
+++ b/.arclint
@@ -0,0 +1,25 @@
+{
+ "exclude": "(contrib|crypto)",
+ "linters": {
+ "python": {
+ "type": "pep8",
+ "include": "(\\.py$)"
+ },
+ "spelling": {
+ "type": "spelling"
+ },
+ "chmod": {
+ "type": "chmod"
+ },
+ "merge-conflict": {
+ "type": "merge-conflict"
+ },
+ "filename": {
+ "type": "filename"
+ },
+ "json": {
+ "type": "json",
+ "include": "(\\.arclint|\\.json$)"
+ }
+ }
+}
OpenPOWER on IntegriCloud