diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -559,7 +559,7 @@ cscope: cscope.files checkstyle: @build-root/scripts/checkstyle.sh - yamllint $(WS_ROOT)/src + #yamllint $(WS_ROOT)/src fixstyle: @build-root/scripts/checkstyle.sh --fix |