Skip to content

Commit 596a6c6

Browse files
Update Readme
1 parent 25f02c1 commit 596a6c6

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
name: Brianvarskonst Coding Standard CI
22
on:
33
pull_request:
4-
paths:
5-
- '**/*.php'
6-
- '**/*.xml'
74
push:
8-
paths:
9-
- '**/*.php'
10-
- '**/*.xml'
115
schedule:
126
- cron: '30 5 1 * *'
137
jobs:

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ Provides a PHP CodeSniffer ruleset for the Brianvarskonst coding standard
88
[![Latest Unstable Version](http://poser.pugx.org/brianvarskonst/coding-standard/v/unstable)](https://packagist.org/packages/brianvarskonst/coding-standard)
99
[![Version](http://poser.pugx.org/brianvarskonst/coding-standard/version)](https://packagist.org/packages/brianvarskonst/coding-standard)
1010

11-
[![PHP Version Require](http://poser.pugx.org/brianvarskonst/coding-standard/require/php)](https://packagist.org/packages/brianvarskonst/coding-standard)
1211
![PHPStan](https://img.shields.io/badge/style-level%208-brightgreen.svg?&label=phpstan)
1312
[![composer.lock](http://poser.pugx.org/brianvarskonst/coding-standard/composerlock)](https://packagist.org/packages/brianvarskonst/coding-standard)
14-
1513
[![License](http://poser.pugx.org/brianvarskonst/coding-standard/license)](https://packagist.org/packages/brianvarskonst/coding-standard)
1614

1715
## Overview
@@ -291,13 +289,6 @@ A few rules have been included from the [Slevomat Coding Standard](https://githu
291289

292290
A few rules have been included from the [Symfony Coding Standard](https://github.com/djoos/Symfony-coding-standard).
293291

294-
#### PHPCompatibility
295-
296-
For PHP cross-version compatibility checks, the full [PHP Compatibility Coding Standard for PHP CodeSniffer](https://github.com/PHPCompatibility/PHPCompatibility)
297-
standard has been included.
298-
299-
The target PHP version (range) can be changed via a [custom `phpcs.xml` file](https://github.com/PHPCompatibility/PHPCompatibility/blob/9.3.5/README.md#using-a-custom-ruleset).
300-
301292
#### Generic Rules
302293

303294
Some rules are also included from PHP_CodeSniffer itself, as well as [PHPCSExtra](https://github.com/PHPCSStandards/PHPCSExtra).
@@ -368,10 +359,6 @@ $ ./vendor/bin/phpcs --config-set default_standard Brianvarskonst
368359
If `phpcs` complains that `Brianvarskonst` coding standard is not installed, please check the installed coding standards with
369360
`phpcs -i` and that `installed_paths` is set correctly with `phpcs --config-show`
370361

371-
Certainly! Here is the professionalized section with markdown syntax for easy copying:
372-
373-
---
374-
375362
## Removing or Disabling Rules
376363

377364
### Rules Tree

0 commit comments

Comments
 (0)