From 23cce978aedc948723a3cce211b4e743b0e7c444 Mon Sep 17 00:00:00 2001 From: Abhishek Koneru Date: Mon, 22 Jul 2013 21:16:59 -0400 Subject: Adding pylint scan to the build. Adding the scripts and the pylintrc file to the build process. The script is called before packaging the classes in the compose scripts. Ticket #316 --- scripts/compose_functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/compose_functions') diff --git a/scripts/compose_functions b/scripts/compose_functions index 7fbb941d6..3c08453e7 100644 --- a/scripts/compose_functions +++ b/scripts/compose_functions @@ -49,7 +49,7 @@ export PKI_BASE_DIR PKI_DOGTAG_DIR="${PKI_DIR}/dogtag" export PKI_DOGTAG_DIR -PKI_FILE_LIST="CMakeLists.txt COPYING CPackConfig.cmake ConfigureChecks.cmake DefineOptions.cmake README cmake_uninstall.cmake.in config.h.cmake" +PKI_FILE_LIST="CMakeLists.txt COPYING CPackConfig.cmake ConfigureChecks.cmake DefineOptions.cmake README cmake_uninstall.cmake.in config.h.cmake pylint-build-scan.sh dogtag.pylintrc" export PKI_FILE_LIST PKI_CMAKE_DIR="cmake" -- cgit