Page MenuHomeCode

No OneTemporary

diff --git a/.arcconfig b/.arcconfig
index ae769cc..27db2d6 100644
--- a/.arcconfig
+++ b/.arcconfig
@@ -1,5 +1,5 @@
{
- "project_id" : "zed",
- "conduit_uri" : "http://code.zed.dereckson.be/api/",
- "copyright_holder" : "Sébastien Santoro aka Dereckson <dereckson@espace-win.org>"
+ "repository.callsign": "ZED",
+ "phabricator.uri": "https://code.zed.dereckson.be",
+ "unit.engine": "PhpunitTestEngine"
}
diff --git a/.arclint b/.arclint
new file mode 100644
index 0000000..9c95c7b
--- /dev/null
+++ b/.arclint
@@ -0,0 +1,54 @@
+{
+ "exclude": [
+ "(^vendor/)",
+ "(^apps/)",
+ "(^includes/Smarty)",
+ "(^js/dojo/)",
+ "(^js/FCKeditor/)",
+ "(^js/jquery.*)"
+ ],
+ "linters": {
+ "chmod": {
+ "type": "chmod"
+ },
+ "filename": {
+ "type": "filename"
+ },
+ "json": {
+ "type": "json",
+ "include": [
+ "(^\\.arcconfig$)",
+ "(^\\.arclint$)",
+ "(\\.json$)"
+ ]
+ },
+ "merge-conflict": {
+ "type": "merge-conflict"
+ },
+ "php": {
+ "type": "php",
+ "include": "(\\.php$)"
+ },
+ "phpcs": {
+ "type": "phpcs",
+ "bin": "vendor/bin/phpcs",
+ "phpcs.standard": "./phpcs.xml",
+ "include": [
+ "(^controllers/.*\\.php$)",
+ "(^includes/.*\\.php$)",
+ "(^dev/tests/.*\\.php$)",
+ "(^api\\.php$)",
+ "(^cron\\.php$)",
+ "(^do\\.php$)",
+ "(^index\\.php$)"
+ ]
+ },
+ "spelling": {
+ "type": "spelling"
+ },
+ "xml": {
+ "type": "xml",
+ "include": "(\\.xml$)"
+ }
+ }
+}

File Metadata

Mime Type
text/x-diff
Expires
Sun, Nov 24, 18:53 (4 h, 39 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
20940
Default Alt Text
(1 KB)

Event Timeline