Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discard Changes On Initial Dep Install #24

Merged
merged 7 commits into from
Jun 17, 2021
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
97 changes: 49 additions & 48 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

83 changes: 42 additions & 41 deletions .idea/plugin.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,8 @@ provide assistance during coding.
docker-compose run --rm test vendor/bin/psalm
```

Will also be run automatically on CI.
- Will also be run automatically on CI.
- PHPStorm [integration][phpstorm-psalm] included.

- **PHPCS**

Expand All @@ -305,9 +306,9 @@ provide assistance during coding.
docker-compose run --rm test vendor/bin/phpcbf
```

By default, uses [PSR-12][] and some rules from the [Slevomat Coding Standard][].

Will also be run automatically on CI.
- By default, uses [PSR-12][] and some rules from the [Slevomat Coding Standard][].
- Will also be run automatically on CI.
- PHPStorm [integration][phpstorm-phpcs] included.


[modularity]: https://dev.to/xedinunknown/cross-platform-modularity-in-php-30bo
Expand All @@ -334,3 +335,5 @@ provide assistance during coding.
[`xdebug.remote_host`]: https://xdebug.org/docs/all_settings#remote_host
[`ModuleInterface`]: https://github.com/Dhii/module-interface/blob/develop/src/ModuleInterface.php
[WI-54242]: https://youtrack.jetbrains.com/issue/WI-54242
[phpstorm-psalm]: https://www.jetbrains.com/help/phpstorm/using-psalm.html
[phpstorm-phpcs]: https://www.jetbrains.com/help/phpstorm/using-php-code-sniffer.html
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@
"include": [
"modules.local/*/composer.json"
]
},
"branch-alias": {
"dev-initial": "0.1.x-dev"
}
}
}
Loading