Skip to content

Commit

Permalink
Merge pull request #112 from Lctrs/feature/syntax
Browse files Browse the repository at this point in the history
Enable syntax highlighting
  • Loading branch information
lctrs-bot committed Jun 15, 2020
2 parents caeb835 + 5a507c4 commit 898e235
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/CONTRIBUTING.md
Expand Up @@ -19,7 +19,7 @@ We are using [`doctrine/coding-standard`](https://github.com/doctrine-coding-sta

Run

```
```sh
$ make coding-standards
```

Expand All @@ -31,7 +31,7 @@ We are using [`maglnet/composer-require-checker`](https://github.com/maglnet/Com

Run

```
```sh
$ make dependency-analysis
```

Expand All @@ -43,7 +43,7 @@ We are using [`phpstan/phpstan`](https://github.com/phpstan/phpstan) and [`vimeo

Run

```
```sh
$ make static-code-analysis
```

Expand All @@ -53,7 +53,7 @@ We are also using the baseline features of [`phpstan/phpstan`](https://medium.co

Run

```
```sh
$ make static-code-analysis-baseline
```

Expand All @@ -67,7 +67,7 @@ We are using [`phpunit/phpunit`](https://github.com/sebastianbergmann/phpunit) t

Run

```
```sh
$ make tests
```

Expand All @@ -79,7 +79,7 @@ We are using [`infection/infection`](https://github.com/infection/infection) to

Enable `pcov` or `Xdebug` and run

```
```sh
$ make mutation-tests
```

Expand All @@ -89,7 +89,7 @@ to run mutation tests.

Run

```
```sh
$ make
```

Expand All @@ -99,7 +99,7 @@ to enforce coding standards, run a dependency analysis, run a static code analys

:bulb: Run

```
```sh
$ make help
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@

Run

```
```sh
$ composer require lctrs/php-library-skeleton
```

Expand Down

0 comments on commit 898e235

Please sign in to comment.