-
Notifications
You must be signed in to change notification settings - Fork 117
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
Clean tests file #1179
Clean tests file #1179
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The ENGLISH_ENVIROMENT is not replaced everywhere, there are some places where it's still there with the typo. I can find the old variable name in the following files:
- rpmlint/lddparser.py
- rpmlint/checks/SpecCheck.py
- rpmlint/checks/AppDataCheck.py
- rpmlint/checks/MenuXDGCheck.py
- rpmlint/checks/PostCheck.py
- rpmlint/checks/MenuCheck.py
- rpmlint/checks/BashismsCheck.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job, it's a good starting point to have common fake packages for tests. But the files are not following the coding styling.
You can run the flake8 command line tool to see the errors and suggestions. Try to fix all the errors reported.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now
#1104