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

Check if clean is after install package #962

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

matmarczak
Copy link

fixes #957

What I did

Added sequential dependency upon install and clean commands in package managers

How I did it

By checking indexes ordering of both commands in [Command]

How to verify it

Please see added test cases or try to reproduce error given issue.

@matmarczak matmarczak changed the title Check if clean if after install Check if clean is after install package Jun 14, 2023
@matmarczak
Copy link
Author

Looks like actions are failing, will take a look later.

@matmarczak matmarczak force-pushed the check-if-clean-if-after-install branch from 5bc5f38 to b6ebb95 Compare September 12, 2023 13:29
@matmarczak
Copy link
Author

Fixed lints for related code, although left untouched parts that were already part of master

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.

False Negatives of rules related to package manager cache clearing
1 participant