Skip to content

Commit 6af018e

Browse files
babu-chclaude
andcommitted
Point package metadata at babu-ch/aaa-lint
Replace placeholder aaa-lint/* org names with the actual GitHub repo owner now that the repo has been created. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1f59851 commit 6af018e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/phpcs-aaa/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ PHP_CodeSniffer standard that enforces the **Arrange-Act-Assert** pattern in PHP
55
## Install
66

77
```bash
8-
composer require --dev aaa-lint/phpcs-aaa
8+
composer require --dev babu-ch/phpcs-aaa
99
```
1010

1111
If you are not using the [phpcodesniffer-composer-installer](https://github.com/PHPCSStandards/composer-installer), point PHPCS at the standard manually:
1212

1313
```bash
14-
vendor/bin/phpcs --config-set installed_paths vendor/aaa-lint/phpcs-aaa
14+
vendor/bin/phpcs --config-set installed_paths vendor/babu-ch/phpcs-aaa
1515
```
1616

1717
## Usage

packages/phpcs-aaa/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "aaa-lint/phpcs-aaa",
2+
"name": "babu-ch/phpcs-aaa",
33
"description": "PHP_CodeSniffer standard that enforces the Arrange-Act-Assert pattern in test code.",
44
"type": "phpcodesniffer-standard",
55
"license": "MIT",

packages/rubocop-aaa/rubocop-aaa.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Gem::Specification.new do |spec|
22
spec.name = 'rubocop-aaa'
33
spec.version = '0.0.1'
4-
spec.authors = ['aaa-lint contributors']
4+
spec.authors = ['babu-ch']
55
spec.summary = 'RuboCop cop enforcing the Arrange-Act-Assert pattern in test code.'
66
spec.description = 'A custom RuboCop cop that checks test blocks contain arrange/act/assert comments in order.'
77
spec.license = 'MIT'
8-
spec.homepage = 'https://github.com/aaa-lint/aaa-lint'
8+
spec.homepage = 'https://github.com/babu-ch/aaa-lint'
99

1010
spec.required_ruby_version = '>= 3.0'
1111

0 commit comments

Comments
 (0)