Page MenuHomePhabricator

D13594.diff
No OneTemporary

D13594.diff

diff --git a/resources/arclint/cornucopia.arclint.example b/resources/arclint/cornucopia.arclint.example
deleted file mode 100644
--- a/resources/arclint/cornucopia.arclint.example
+++ /dev/null
@@ -1,52 +0,0 @@
-{
- "linters": {
- "pep8": {
- "type": "pep8",
- "include": "(\\.py$)",
- "exclude": "(^exclude.py)",
- "severity": {
- "E401": "warning"
- }
- },
- "flake8": {
- "type": "flake8",
- "include": "(\\.py$)",
- "exclude": "(^exclude\\.py)",
- "severity": {
- "E901": "advice"
- }
- },
- "csslint": {
- "type": "csslint",
- "include": "(\\.css$)"
- },
- "text": {
- "type": "text",
- "include": "(\\.txt$)"
- },
- "ruby": {
- "type": "ruby",
- "include": "(\\.rb$)"
- },
- "filename": {
- "type": "filename"
- },
- "spelling": {
- "type": "spelling"
- },
- "nolint": {
- "type": "nolint"
- },
- "generated": {
- "type": "generated"
- },
- "phpcs": {
- "type": "phpcs",
- "include": "(\\.php)",
- "severity.rules": {
- "(^PHPCS\\.E\\.)": "warning",
- "(^PHPCS\\.W\\.)": "advice"
- }
- }
- }
-}
diff --git a/resources/arclint/general-purpose.arclint.example b/resources/arclint/general-purpose.arclint.example
deleted file mode 100644
--- a/resources/arclint/general-purpose.arclint.example
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "linters": {
- "filename": {
- "type": "filename"
- },
- "generated": {
- "type": "generated"
- },
- "merge-conflict": {
- "type": "merge-conflict"
- },
- "nolint": {
- "type": "nolint"
- },
- "text": {
- "type": "text"
- },
- "spelling": {
- "type": "spelling"
- }
- }
-}
diff --git a/resources/arclint/include-exclude.arclint.example b/resources/arclint/include-exclude.arclint.example
deleted file mode 100644
--- a/resources/arclint/include-exclude.arclint.example
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "exclude": [
- "(^externals/)",
- "(\\.example$)"
- ],
- "linters": {
- "pep8": {
- "type": "pep8",
- "include": "(\\.py$)",
- "exclude": "(^legacy/)"
- }
- }
-}

File Metadata

Mime Type
text/plain
Expires
Fri, Oct 25, 5:29 AM (2 w, 9 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6713935
Default Alt Text
D13594.diff (2 KB)

Event Timeline