Skip to content

Commit f81c451

Browse files
committed
repo cleanup
2 parents bfb0015 + 565bdf1 commit f81c451

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Space48 Code Quality tool
22

3-
A module that helps to easily apply static code analysers to the project`s code.
4-
It uses [grumphp](https://github.com/phpro/grumphp) under the hood and has predefined set of rules
5-
based on Magento 2 coding standards and tuned to be less annoying.
3+
A module that helps to easily apply static code analysers to the project's code.
4+
It uses [grumphp](https://github.com/phpro/grumphp) under the hood with a predefined set of rules
5+
based on Magento 2 coding standards but tuned to be less annoying!
66

77
## Usage
8+
89
After pulling and installing a project locally just run following command to update local git hooks
910
and install npm packages inside Docker container:
1011
```shell
@@ -26,8 +27,8 @@ make analyse
2627
Add Code Quality tool to the Magento Project:
2728

2829
### Installation on a regular _Space48 Warden based Magento 2_ project:
29-
####NOTE!
30-
On Megento versions **earlier than 2.4** add following to 'require' section of project's `composer.json`:
30+
31+
On Magento versions **earlier than 2.4** add following to 'require' section of project's `composer.json`:
3132
```
3233
"require": {
3334
...

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"name": "space48/code-quality",
3-
"version": "1.0",
2+
"name": "space48/magento2-code-quality",
43
"type": "codesniffer-standard",
54
"description": "Provides rulesets for phpmd, phpcs and eslint that overrides some Magento sniffs and provides some new ones as well",
65
"license": "proprietary",

0 commit comments

Comments
 (0)