Skip to content

Add configuration to use pattern matching #40

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

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

rjmurillo
Copy link
Owner

Adds .globalconfig to enable pattern matching

Resolves #27

@rjmurillo rjmurillo added enhancement New feature or request analyzers labels Aug 2, 2024
@rjmurillo rjmurillo added this to the v0.1.0 milestone Aug 2, 2024
@rjmurillo rjmurillo enabled auto-merge (squash) August 2, 2024 00:09
Copy link

codacy-production bot commented Aug 2, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (24524fe) 356 278 78.09%
Head commit (cbcc9ba) 356 (+0) 278 (+0) 78.09% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#40) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

@rjmurillo rjmurillo merged commit 5da647e into release/v0.1.0 Aug 2, 2024
9 of 10 checks passed
@rjmurillo rjmurillo deleted the feature/item-3 branch August 2, 2024 00:28
@rjmurillo rjmurillo linked an issue Aug 2, 2024 that may be closed by this pull request
rjmurillo added a commit that referenced this pull request Aug 19, 2024
Adds `.globalconfig` to enable pattern matching

Resolves #27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyzers enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Item 3: Prefer the is or as Operators to Casts
1 participant