1234567891011 |
- # 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
|