summaryrefslogtreecommitdiffstats
path: root/support/scripts/checkpackagelib_mk.py
blob: a37304b6d6fc0923bbab3cecfad30f7ac7b323ae (plain)
1
2
3
4
5
6
7
8
9
10
11
# See support/scripts/check-package.txt before editing this file.
# There are already dependency checks during the build, so below check
# functions don't need to check for things already checked by exploring the
# menu options using "make menuconfig" and by running "make" with appropriate
# packages enabled.

# Notice: ignore 'imported but unused' from pyflakes for check functions.
from checkpackagelib import ConsecutiveEmptyLines
from checkpackagelib import EmptyLastLine
from checkpackagelib import NewlineAtEof
from checkpackagelib import TrailingSpace
OpenPOWER on IntegriCloud