jjazz47 / elevator

0 stars 0 forks source link

Code style checker using Git Pre-commit hook #13

Closed jjazz47 closed 6 years ago

jjazz47 commented 6 years ago

Installed Linux Kernel code style checker "checkpatch.pl" using git pre-commit hook

jjazz47 commented 6 years ago

ebb07246e83acfc0aa057c16e5fc85929e111a20

Will likely encounter warning or error messages that is only applicable to Linux Kernel Development. Will create another issue to keep track of those encounters. Will start using the checker and document the irrelevant error/warn message as we go.

jjazz47 commented 6 years ago

119f69616f923231d6b59a2e0be88d790b00a742

Adding missing files which are required by checkpatch.pl

jjazz47 commented 6 years ago

bac412ccf381d64b70ff7e13335fc8efb2e48774

Merge in development