You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/CONTRIBUTING.md
+11-11
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# CONTRIBUTING
2
2
3
-
We are using[GitHub Actions](https://github.com/features/actions) as a continuous integration system.
3
+
We use[GitHub Actions](https://github.com/features/actions) as a continuous integration system.
4
4
5
5
For details, take a look at the following workflow configuration files:
6
6
@@ -12,9 +12,9 @@ For details, take a look at the following workflow configuration files:
12
12
13
13
## Coding Standards
14
14
15
-
We are using[`ergebnis/composer-normalize`](https://github.com/ergebnis/composer-normalize) to normalize `composer.json`.
15
+
We use[`ergebnis/composer-normalize`](https://github.com/ergebnis/composer-normalize) to normalize `composer.json`.
16
16
17
-
We are using[`yamllint`](https://github.com/adrienverge/yamllint) to enforce coding standards in YAML files.
17
+
We use[`yamllint`](https://github.com/adrienverge/yamllint) to enforce coding standards in YAML files.
18
18
19
19
If you do not have `yamllint` installed yet, run
20
20
@@ -24,7 +24,7 @@ brew install yamllint
24
24
25
25
to install `yamllint`.
26
26
27
-
We are using[`friendsofphp/php-cs-fixer`](https://github.com/FriendsOfPHP/PHP-CS-Fixer) to enforce coding standards in PHP files.
27
+
We use[`friendsofphp/php-cs-fixer`](https://github.com/FriendsOfPHP/PHP-CS-Fixer) to enforce coding standards in PHP files.
28
28
29
29
Run
30
30
@@ -36,7 +36,7 @@ to automatically fix coding standard violations.
36
36
37
37
## Dependency Analysis
38
38
39
-
We are using[`maglnet/composer-require-checker`](https://github.com/maglnet/ComposerRequireChecker) to prevent the use of unknown symbols in production code.
39
+
We use[`maglnet/composer-require-checker`](https://github.com/maglnet/ComposerRequireChecker) to prevent the use of unknown symbols in production code.
40
40
41
41
Run
42
42
@@ -48,7 +48,7 @@ to run a dependency analysis.
48
48
49
49
## Mutation Tests
50
50
51
-
We are using[`infection/infection`](https://github.com/infection/infection) to ensure a minimum quality of the tests.
51
+
We use[`infection/infection`](https://github.com/infection/infection) to ensure a minimum quality of the tests.
52
52
53
53
Enable `Xdebug` and run
54
54
@@ -60,7 +60,7 @@ to run mutation tests.
60
60
61
61
## Refactoring
62
62
63
-
We are using[`rector/rector`](https://github.com/rectorphp/rector) to automatically refactor code.
63
+
We use[`rector/rector`](https://github.com/rectorphp/rector) to automatically refactor code.
64
64
65
65
Run
66
66
@@ -72,7 +72,7 @@ to automatically refactor code.
72
72
73
73
## Security Analysis
74
74
75
-
We are using[`composer`](https://github.com/composer/composer) to run a security analysis.
75
+
We use[`composer`](https://github.com/composer/composer) to run a security analysis.
76
76
77
77
Run
78
78
@@ -84,7 +84,7 @@ to run a security analysis.
84
84
85
85
## Static Code Analysis
86
86
87
-
We are using[`phpstan/phpstan`](https://github.com/phpstan/phpstan) and [`vimeo/psalm`](https://github.com/vimeo/psalm) to statically analyze the code.
87
+
We use[`phpstan/phpstan`](https://github.com/phpstan/phpstan) and [`vimeo/psalm`](https://github.com/vimeo/psalm) to statically analyze the code.
88
88
89
89
Run
90
90
@@ -94,7 +94,7 @@ make static-code-analysis
94
94
95
95
to run a static code analysis.
96
96
97
-
We are also using the baseline features of [`phpstan/phpstan`](https://phpstan.org/user-guide/baseline) and [`vimeo/psalm`](https://psalm.dev/docs/running_psalm/dealing_with_code_issues/#using-a-baseline-file).
97
+
We also use the baseline features of [`phpstan/phpstan`](https://phpstan.org/user-guide/baseline) and [`vimeo/psalm`](https://psalm.dev/docs/running_psalm/dealing_with_code_issues/#using-a-baseline-file).
98
98
99
99
Run
100
100
@@ -108,7 +108,7 @@ to regenerate the baselines in [`../phpstan-baseline.neon`](../phpstan-baseline.
108
108
109
109
## Tests
110
110
111
-
We are using[`phpunit/phpunit`](https://github.com/sebastianbergmann/phpunit) to drive the development.
111
+
We use[`phpunit/phpunit`](https://github.com/sebastianbergmann/phpunit) to drive the development.
0 commit comments