Skip to content

Commit

Permalink
MNT Run module-standardiser
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Feb 1, 2024
1 parent f8c0909 commit 2545d06
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 25 deletions.
23 changes: 0 additions & 23 deletions .codeclimate.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/dispatch-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Dispatch CI

on:
# At 12:00 PM UTC, only on Tuesday and Wednesday
# At 9:45 AM UTC, only on Saturday and Sunday
schedule:
- cron: '0 12 * * 2,3'

Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"silverstripe/frameworktest": "^1",
"squizlabs/php_codesniffer": "^3.7",
"silverstripe/cms": "^5",
"silverstripe/campaign-admin": "^2"
"silverstripe/campaign-admin": "^2",
"silverstripe/standards": "^1",
"phpstan/extension-installer": "^1.3"
},
"extra": {
"expose": [
Expand Down
3 changes: 3 additions & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
parameters:
paths:
- code

0 comments on commit 2545d06

Please sign in to comment.