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

apply cmake-format and black (python reformatter) to all sources #397

Merged
merged 3 commits into from
Jan 21, 2020

Conversation

arogge
Copy link
Member

@arogge arogge commented Jan 20, 2020

As we already did with the C++ sources, this PR reformats all Python and CMake files.

For cmake the following command has been used:
find . -name 'CMakeLists.txt' -o -name '*.cmake' -print0 | xargs --null cmake-format -i

For python the following command has been used:
find . -name '*.py*' -print0 | xargs --null black
This failed for regress/configs/python-bareos-connection-test/python-bareos-test.py.in which was then manually reformatted.

@franku franku self-requested a review January 21, 2020 08:50
@arogge arogge merged commit c0d0f0f into bareos:master Jan 21, 2020
@arogge arogge deleted the dev/arogge/master/apply-format branch January 21, 2020 10:52
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.

None yet

1 participant