]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
utils/checkpackagelib: exclude four files from Config.in indentation check
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 1 Apr 2018 05:08:49 +0000 (02:08 -0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 1 Apr 2018 08:16:21 +0000 (10:16 +0200)
commit73dcbc19e9eb5a0c829ed7ee488ca4eaba17e337
tree6c8e0a04289b6d2af39cb9ed3890e85597560226
parent3ff0728480f4b9b5e1ba36537960f107f274b4b7
utils/checkpackagelib: exclude four files from Config.in indentation check

package/Config.in, package/Config.in.host, package/x11r7/Config.in and
package/kodi/Config.in do not comply with the normal Config.in
indentation rules. However, this violation of the rule is legitimate, so
let's skip them in check-package for this specific indentation check.

This removes the last 2197 remaining warnings on Config.in files.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
[Ricardo: rebase patch to use relative paths passed by the main script,
          fix flake8 warnings, add package/Config.* to the list]
Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Cc: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
utils/checkpackagelib/lib_config.py