Skip to content

Commit

Permalink
add more tolerated words (#24)
Browse files Browse the repository at this point in the history
add more tolerated words that would typically be found in a laravel application
  • Loading branch information
JonPurvis authored Oct 18, 2024
1 parent 5bcd25c commit 16a0cd2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
includes:
- vendor/phpstan/phpstan-strict-rules/rules.neon
- vendor/ergebnis/phpstan-rules/rules.neon
- vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon

parameters:
Expand Down
6 changes: 6 additions & 0 deletions src/Config/tolerated.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,10 @@
'assign',
'pass',
'analytics',
'asset',
'password',
'mass',
'assignable',
'charset',
'transliterate',
];

0 comments on commit 16a0cd2

Please sign in to comment.