Page MenuHomeDevCentral

D2548.id6434.diff
No OneTemporary

D2548.id6434.diff

diff --git a/.arcconfig b/.arcconfig
new file mode 100644
--- /dev/null
+++ b/.arcconfig
@@ -0,0 +1,5 @@
+{
+ "repository.callsign": "KERUALD",
+ "phabricator.uri": "https://devcentral.nasqueron.org",
+ "unit.engine": "PhpunitTestEngine"
+}
diff --git a/.arclint b/.arclint
new file mode 100644
--- /dev/null
+++ b/.arclint
@@ -0,0 +1,53 @@
+{
+ "exclude": [
+ "(vendor/)"
+ ],
+ "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": [
+ "(src/.*\\.php$)",
+ "(tests/.*\\.php$)"
+ ]
+ },
+ "python": {
+ "type": "flake8",
+ "severity": {
+ "F821": "advice"
+ },
+ "include": [
+ "(\\.py$)"
+ ]
+ },
+ "spelling": {
+ "type": "spelling"
+ },
+ "xml": {
+ "type": "xml",
+ "include": "(\\.xml$)"
+ }
+ }
+}
diff --git a/.gitignore b/.gitignore
new file mode 100644
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+# Composer
+vendor/
+composer.lock
+
+# Caches
+.phpunit.result.cache

File Metadata

Mime Type
text/plain
Expires
Tue, Nov 19, 00:33 (21 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2251286
Default Alt Text
D2548.id6434.diff (1 KB)

Event Timeline