Skip to content

Conversation

@jtrobles-cdd
Copy link
Member

Ref: #756

jtrobles-cdd and others added 7 commits January 8, 2025 17:00
Instead of excluding `src/tests/`, only include individual files.
Exclude only individual test files in Mypy configuration
This commit includes changes to the `Makefile` to improve the
consistency and maintainability of the clean commands by using the
`RM` variable instead of hardcoding the `rm` command. The most
important changes include updates to the `clean-build`, `clean-pyc`,
and `clean-test` targets.

Improvements to clean commands:

- `clean-build`: Replaced hardcoded `rm` commands with `${RM}`
  variable and adjusted `find` commands to use `-iname` for
  case-insensitive matching and `-prune` for directory handling.
- `clean-pyc`: Simplified `find` commands by using `-delete` for
  file removal and `${RM}` variable for consistency.
- `clean-test`: Replaced hardcoded `rm` commands with `${RM}`
  variable for consistency.
Improve Make tasks `clean-build`, `clean-pyc`, and `clean-test`
@jtrobles-cdd jtrobles-cdd added task Task or chore kind: deploy Deployment labels Jan 8, 2025
@jtrobles-cdd jtrobles-cdd self-assigned this Jan 8, 2025
@jtrobles-cdd jtrobles-cdd requested a review from a team as a code owner January 8, 2025 21:59
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 8, 2025

@jtrobles-cdd jtrobles-cdd merged commit 44bd0c3 into master Jan 8, 2025
33 checks passed
@jtrobles-cdd jtrobles-cdd deleted the deploy/v0.41.0 branch January 8, 2025 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind: deploy Deployment task Task or chore

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants