diff options
Diffstat (limited to 'scripts/linters/lint')
| -rwxr-xr-x | scripts/linters/lint | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/linters/lint b/scripts/linters/lint index 5f59945d..e90c3e0c 100755 --- a/scripts/linters/lint +++ b/scripts/linters/lint @@ -11,6 +11,7 @@ use Shirabe\Lint\Linters\NoBannedUse; use Shirabe\Lint\Linters\NoDecorativeSectionComment; use Shirabe\Lint\Linters\NoExceptionDowncast; use Shirabe\Lint\Linters\NoFormatTrailingComma; +use Shirabe\Lint\Linters\NoHaltCompilerLiteral; use Shirabe\Lint\Linters\NoModRs; use Shirabe\Lint\Linters\NoStdCollectionsMaps; use Shirabe\Lint\Linters\NoUseAsAlias; @@ -39,6 +40,9 @@ $runner = new Runner($rootDir, [ 'crates/shirabe/src/package/loader/root_package_loader.rs', 'crates/shirabe-spdx-licenses/src/spdx_licenses.rs', ]], + [new NoHaltCompilerLiteral(), [ + 'crates/shirabe-php-rpc/build.rs', + ]], [new NoModRs(), []], [new NoStdCollectionsMaps(), []], [new NoUseAsAlias(), []], |
