Page MenuHomeDevCentral

No OneTemporary

diff --git a/.arclint b/.arclint
new file mode 100644
index 0000000..03f0066
--- /dev/null
+++ b/.arclint
@@ -0,0 +1,38 @@
+{
+ "linters": {
+ "chmod": {
+ "type": "chmod"
+ },
+ "filename": {
+ "type": "filename"
+ },
+ "json": {
+ "type": "json",
+ "include": [
+ "(^\\.arcconfig$)",
+ "(^\\.arclint$)",
+ "(\\.json$)"
+ ]
+ },
+ "pep8": {
+ "type": "pep8",
+ "include": [
+ "(\\.py$)",
+ "(^tools/spreadsheet2json$)"
+ ],
+ "severity": {
+ "E401": "warning"
+ }
+ },
+ "flake8": {
+ "type": "flake8",
+ "include": [
+ "(\\.py$)",
+ "(^notifications$)"
+ ],
+ "severity": {
+ "E901": "advice"
+ }
+ }
+ }
+}

File Metadata

Mime Type
text/x-diff
Expires
Mon, Sep 15, 10:13 (15 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2984012
Default Alt Text
(780 B)

Event Timeline