Skip to content
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

Various fixes #6

Merged
merged 6 commits into from
Jan 19, 2024
Merged

Various fixes #6

merged 6 commits into from
Jan 19, 2024

Conversation

philbates35
Copy link
Owner

See each commit for details.

Phil Bates added 6 commits January 19, 2024 08:34
Based on Finder::__construct it seems that Finder::exclude
is more appropriate for directories even though they appear
to have the same output.
Make sure the config file adheres to its own rules.
Go through every rule in the documentation, and define those
rules that aren't already included in the rule sets that are
being used. Most of them are enabled, a few are not enabled
either for person preference or because they're just not
relevent (e.g. the Doctrine rules).
Based on https://laravel.com/docs/10.x/localization#handling-missing-translation-strings.

Use "resolving" callback instead of using the Log facade / the 'log'
service because if we do that it will force the deferred
LogServiceProvider to be registered on every request, essentially
making it not deferred any more.

Similar to how Model::shouldBeStrict() is only called when not
in production, we only throw an exception when not in production.
@philbates35 philbates35 merged commit d700d89 into main Jan 19, 2024
8 checks passed
@philbates35 philbates35 deleted the various-fixes branch January 19, 2024 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant