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

Commit

Permalink
Add minus-x and update php-parallel-lint
Browse files Browse the repository at this point in the history
Remove the executable bit from a few files.
  • Loading branch information
samwilson committed Aug 26, 2020
1 parent c3bd029 commit 434a7ad
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 2 deletions.
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.

0 comments on commit 434a7ad

Please sign in to comment.