commit | 9ac51db5446f3ac679ceb9e695c43982c27bf8fa | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Mon Apr 16 16:44:24 2018 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Mon Apr 16 16:46:50 2018 -0700 |
tree | 206174aa466853fd7ac1a4066d6b4b0773859a64 | |
parent | 1f662bd9fe3d75a7560bb853108e366d373ac0ab [diff] [blame] |
Add `make lint` target and fix errors that were found Change-Id: Ibb2886d07e0e1c8a4b8928721a12eb94c01178a0
diff --git a/Makefile b/Makefile index 2d8c2ba..74377f4 100644 --- a/Makefile +++ b/Makefile
@@ -14,6 +14,9 @@ $(JOBCONFIG_DIR): mkdir $@ +lint: + yamllint -c yamllint.conf jjb/ + test: $(VENV_DIR) $(JOBCONFIG_DIR) source $(VENV_DIR)/bin/activate ; \ pipdeptree ; \