Skip to content

do not log positive files to analyze if no codemods ran#392

Merged
clavedeluna merged 1 commit intomainfrom
logging-391
Mar 19, 2024
Merged

do not log positive files to analyze if no codemods ran#392
clavedeluna merged 1 commit intomainfrom
logging-391

Conversation

@clavedeluna
Copy link
Copy Markdown
Contributor

Closes #391

codemodder output goes from

....
[scanning]
no codemods to run

[report]
scanned: 63 files
failed: 0 files (0 unique)
changed: 0 files (0 unique)
...

to now:

....
[scanning]
no codemods to run

[report]
scanned: 0 files
failed: 0 files (0 unique)
changed: 0 files (0 unique)
...

@sonarqubecloud
Copy link
Copy Markdown

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@clavedeluna clavedeluna added this pull request to the merge queue Mar 19, 2024
Merged via the queue into main with commit 5b1b628 Mar 19, 2024
@clavedeluna clavedeluna deleted the logging-391 branch March 19, 2024 16:50
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.

Codemodder should not report scanned files if no codemods ran

2 participants