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

lint: Convert lint-logs.sh to Python #24849

Merged
merged 1 commit into from Apr 14, 2022
Merged

Conversation

Kvaciral
Copy link
Contributor

@Kvaciral Kvaciral commented Apr 14, 2022

A port of /test/lint/lint-logs.sh to a Python-script as part of the request of #24783 . Checked for output-consistency.

Removed all non-explicit exceptions (i.e. ..., LogPrint(), and LogPrintf()) because they weren't needed anymore, except for one single case in a comment in /src/random.cpp which I removed because it was quite useless anyway (the comment, not the file).

@DrahtBot DrahtBot added the Tests label Apr 14, 2022
@laanwj
Copy link
Member

laanwj commented Apr 14, 2022

Code review ACK e9d2771

Cleaning up the exceptions makes sense to me. This simplifies the script and we were already moving away from // for XXX comments also.

@laanwj laanwj mentioned this pull request Apr 14, 2022
25 tasks
@maflcko maflcko merged commit d0f7493 into bitcoin:master Apr 14, 2022
@Kvaciral Kvaciral deleted the lint-logs-port branch April 16, 2022 23:51
@bitcoin bitcoin locked and limited conversation to collaborators Apr 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants