Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
chore: update configuration files for consistency and clarity; adjust .editorconfig, .gitattributes, .gitignore, .styleci.yml, and README.md.#6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
d671738bc5e9c1950bd0972236e64f009dc52742c053e18a1f243d79File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -5,6 +5,7 @@ | ||
| "\\.min\\.css$", | ||
| "\\.min\\.js$", | ||
| "^vendor/", | ||
| "^runtime/" | ||
| "^runtime/", | ||
| "scaffold-lock\\.json$" | ||
| ] | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| { | ||
| "Exclude": [ | ||
| "phpstan-baseline\\.neon$", | ||
| "^tests/runtime/", | ||
| "\\.min\\.css$", | ||
| "\\.min\\.js$", | ||
| "^vendor/", | ||
| "^runtime/", | ||
| "scaffold-lock\\.json$" | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| title = "gitleaks config" | ||
| [[allowlists]] | ||
| [allowlist] | ||
terabytesoftw marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. terabytesoftw marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| description = "Allow test fixture data with dummy credentials" | ||
| paths = [ | ||
| '''tests/support/data/.*\.php''', | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| preset: psr12 | ||
| risky: true | ||
| version: 8.1 | ||
| version: 8.3 | ||
| finder: | ||
| exclude: | ||
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.