Skip to content

Commit cb24a35

Browse files
author
Gonzalo Diaz
committed
[CONFIG] .NET C# code style rules added. Makefile
1 parent 5af46bc commit cb24a35

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ lint: test/static test/styling mdlint
7474
test/static: dependencies
7575

7676
test/styling: dependencies
77+
${PACKAGE_TOOL} format --verify-no-changes --verbosity ${VERBOSITY_LEVEL}
78+
79+
format:
80+
${PACKAGE_TOOL} format --verbosity ${VERBOSITY_LEVEL}
7781

7882
build: env dependencies
7983
${PACKAGE_TOOL} build --verbosity ${VERBOSITY_LEVEL}

0 commit comments

Comments
 (0)