ci: add support for pylint
src: fix QA issues
This commit is contained in:
@ -1,5 +1,17 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
"""
|
||||
Original author: XGQT
|
||||
Licensed under the ISC License
|
||||
Copyright (c) 2020, src_prepare group
|
||||
|
||||
How to use:
|
||||
- cd into the repository root:
|
||||
$ pwd
|
||||
=> /home/user/git/src_prepare-overlay/app-admin/
|
||||
cd ..
|
||||
- run this script
|
||||
"""
|
||||
|
||||
import os
|
||||
import os.path
|
||||
|
Reference in New Issue
Block a user