Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Add minus-x and update php-parallel-lint #374

Merged
merged 1 commit into from
Dec 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ ehthumbs.db
Thumbs.db
.Spotlight-V100
._*
vendor/
composer.lock

Empty file modified CONTRIBUTING.md
100755 → 100644
Empty file.
Empty file modified Foreground.skin.php
100755 → 100644
Empty file.
Empty file modified assets/stylesheets/font-awesome.css
100755 → 100644
Empty file.
Empty file modified assets/stylesheets/jquery.autocomplete.css
100755 → 100644
Empty file.
Empty file modified assets/stylesheets/responsive-tables.css
100755 → 100644
Empty file.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"require-dev": {
"jakub-onderka/php-parallel-lint": "0.9"
"php-parallel-lint/php-parallel-lint": "1.2.0",
"mediawiki/minus-x": "0.3.2"
},
"scripts": {
"test": [
"parallel-lint . --exclude vendor"
"parallel-lint . --exclude vendor",
"minus-x check ."
]
}
}
Empty file modified foreground.php
100755 → 100644
Empty file.