apache / kibble-1

Apache Kibble - a tool to collect, aggregate and visualize data about any software project
https://kibble.apache.org/
Apache License 2.0
59 stars 28 forks source link

Apply pre-commit checks to all files and make CI green #58

Closed turbaszek closed 4 years ago

turbaszek commented 4 years ago

I applied all pre-commit check by running pre-commit run --all-files to fix the CI. Now contributors will need to care only about files they edit :)

turbaszek commented 4 years ago

@sharanf @Humbedooh - there's a lot of changes but they were automatically done by pre-commit (removing ending whitespaces and adding missing new lines at the end of files)

Humbedooh commented 4 years ago

I've only checked about 10% of the changes, but yeah looks like generic linting. Can you confirm that there is no functional change?

turbaszek commented 4 years ago

Can you confirm that there is no functional change?

Yes, I only applied auto changes. And using them for last year I'm sure there's no functional change