]> git.openstreetmap.org Git - nominatim.git/blobdiff - CMakeLists.txt
add pylint to list of required linting tools
[nominatim.git] / CMakeLists.txt
index 1c2745946bcb133a85cf5a95ca24b06a4cd9e36e..52c8331d15a92706fddecf4a52dd0e50db0eab1a 100644 (file)
@@ -155,6 +155,10 @@ if (BUILD_TESTS)
     add_test(NAME phpcs
              COMMAND phpcs --report-width=120 --colors lib website utils
              WORKING_DIRECTORY ${PROJECT_SOURCE_DIR})
+
+    add_test(NAME pylint
+             COMMAND pylint3 nominatim
+             WORKING_DIRECTORY ${PROJECT_SOURCE_DIR})
 endif()
 
 #-----------------------------------------------------------------------------