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

Add File Suffixes #84

Merged
merged 3 commits into from
Mar 6, 2024
Merged

Add File Suffixes #84

merged 3 commits into from
Mar 6, 2024

Conversation

gaelfoppolo
Copy link
Contributor

@gaelfoppolo gaelfoppolo commented Feb 29, 2024

Summary

This PR aims to fix #82
Adding file suffixes seems to fix the issue and the analysis works.

Results

Before

11:21:55.521 DEBUG: Declared patterns of language Swift were converted to sonar.lang.patterns.swift : 
11:21:55.523 DEBUG: Declared patterns of language Objective-C were converted to sonar.lang.patterns.objc : 

After

17:38:24.340 DEBUG: Declared patterns of language Swift were converted to sonar.lang.patterns.swift : **/*.swift
17:38:24.342 DEBUG: Declared patterns of language Objective-C were converted to sonar.lang.patterns.objc : **/*.h,**/*.m,**/*.mm

UI

Capture d’écran 2024-02-29 à 17 49 25
Capture d’écran 2024-02-29 à 17 49 32

DoD

  • Implementation
  • Unit tests

@gaelfoppolo gaelfoppolo marked this pull request as ready for review February 29, 2024 16:52
@gaelfoppolo gaelfoppolo added the fix Fix a bug label Feb 29, 2024
@gaelfoppolo gaelfoppolo merged commit b5517d8 into develop Mar 6, 2024
2 checks passed
@gaelfoppolo gaelfoppolo deleted the fix/add-file-suffixes branch March 6, 2024 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Fix a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants