We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 274fe1d commit 89000fcCopy full SHA for 89000fc
Makefile
@@ -10,6 +10,7 @@ clean:
10
11
12
# Code style; defines `style-check` and `style-fix`.
13
+CODE_STYLE_EXCLUSIONS_USER := --exclude-dir subject-programs
14
ifeq (,$(wildcard .plume-scripts))
15
dummy := $(shell git clone -q https://github.com/plume-lib/plume-scripts.git .plume-scripts)
16
endif
0 commit comments