Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3753271
D2548.id6434.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D2548.id6434.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D2548: Configure repository
Attached
Detach File
Event Timeline
Log In to Comment