From 996aa65b4bff30eaeace5b9650ec308990853afb Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sun, 13 Oct 2024 03:14:48 +0200 Subject: [PATCH 1/2] Partially revert "README/Changelog: fix a few URLs which have changed" This partially reverts commit a57d5f956bb866a5c3aeaa58e51e4c81d902e513 after improvements upstream in the Remark no-dead-urls module. Ref: remarkjs/remark-lint-no-dead-urls 54 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 207cf226a7..9a500edd9c 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ [![Latest Stable Version](https://img.shields.io/packagist/v/squizlabs/php_codesniffer?label=Stable)](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases) [![Validate](https://github.com/PHPCSStandards/PHP_CodeSniffer/actions/workflows/validate.yml/badge.svg?branch=master)](https://github.com/PHPCSStandards/PHP_CodeSniffer/actions/workflows/validate.yml) [![Test](https://github.com/PHPCSStandards/PHP_CodeSniffer/actions/workflows/test.yml/badge.svg?branch=master)][GHA-test] -[![Coveralls](https://img.shields.io/coverallsCoverage/github/PHPCSStandards/PHP_CodeSniffer?branch=master)](https://coveralls.io/github/PHPCSStandards/PHP_CodeSniffer?branch=master) +[![Coverage Status](https://coveralls.io/repos/github/PHPCSStandards/PHP_CodeSniffer/badge.svg?branch=master)](https://coveralls.io/github/PHPCSStandards/PHP_CodeSniffer?branch=master) [![License](https://img.shields.io/github/license/PHPCSStandards/PHP_CodeSniffer)](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt) -![Minimum PHP Version](https://img.shields.io/packagist/dependency-v/squizlabs/php_codesniffer/php) +![Minimum PHP Version](https://img.shields.io/packagist/dependency-v/squizlabs/php_codesniffer/php.svg) [![Tested on PHP 5.4 to 8.4](https://img.shields.io/badge/tested%20on-PHP%205.4%20|%205.5%20|%205.6%20|%207.0%20|%207.1%20|%207.2%20|%207.3%20|%207.4%20|%208.0%20|%208.1%20|%208.2%20|%208.3%20|%208.4-brightgreen.svg?maxAge=2419200)][GHA-test] [GHA-test]: https://github.com/PHPCSStandards/PHP_CodeSniffer/actions/workflows/test.yml From 4f38c6f9413426c2efc77c2f919b54cc76ae6fd9 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sun, 13 Oct 2024 03:15:12 +0200 Subject: [PATCH 2/2] Revert "Remark config: skip select PEAR URLs" This reverts commit c7a0f5a6d130093c12122d54408425e2eb755573. --- .remarkrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.remarkrc b/.remarkrc index 425f042917..038f7b6287 100644 --- a/.remarkrc +++ b/.remarkrc @@ -13,9 +13,7 @@ { "skipUrlPatterns": [ "^https?://github\\.com/PHPCSStandards/PHP_CodeSniffer/compare/[0-9\\.]+?\\.{3}[0-9\\.]+", - "^https?://github\\.com/[A-Za-z0-9-]+", - "^https?://pear\\.php\\.net/user/.+", - "^https?://pear\\.php\\.net/bugs/bug\\.php\\?id=[0-9]+" + "^https?://github\\.com/[A-Za-z0-9-]+" ] } ],