2
1

checkpackagelib_mk.py 561 B

1234567891011
  1. # See support/scripts/check-package.txt before editing this file.
  2. # There are already dependency checks during the build, so below check
  3. # functions don't need to check for things already checked by exploring the
  4. # menu options using "make menuconfig" and by running "make" with appropriate
  5. # packages enabled.
  6. # Notice: ignore 'imported but unused' from pyflakes for check functions.
  7. from checkpackagelib import ConsecutiveEmptyLines
  8. from checkpackagelib import EmptyLastLine
  9. from checkpackagelib import NewlineAtEof
  10. from checkpackagelib import TrailingSpace