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

Feat: Require comparisons to be strict #93

Merged
merged 2 commits into from
May 23, 2024
Merged

Conversation

OndraM
Copy link
Member

@OndraM OndraM commented Apr 26, 2024

See https://cs.symfony.com/doc/rules/strict/strict_comparison.html

Loose comparisons using != and == are disallowed.

@OndraM OndraM added the enhancement New feature or request label Apr 26, 2024
@OndraM OndraM self-assigned this Apr 26, 2024
@OndraM OndraM force-pushed the feature/strict-comparisons branch from 4a35771 to 5ca8737 Compare May 14, 2024 08:32
@OndraM OndraM changed the base branch from feature/integration-tests to main May 14, 2024 08:32
@OndraM OndraM merged commit a003e9a into main May 23, 2024
24 checks passed
@OndraM OndraM deleted the feature/strict-comparisons branch May 23, 2024 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants