Skip to content

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Makefile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
check :
2+
pre-commit run --all-files
3+
.PHONY : check
4+
5+
checkinstall :
6+
pre-commit install
7+
.PHONY : checkinstall
8+
9+
checkupdate :
10+
pre-commit autoupdate
11+
.PHONY : checkupdate

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,8 +1004,9 @@
10041004
<exclude>.gitignore</exclude>
10051005
<exclude>CHANGES.md</exclude>
10061006
<exclude>CONTRIBUTING.md</exclude>
1007-
<exclude>README.md</exclude>
10081007
<exclude>INSTALL.md</exclude>
1008+
<exclude>Makefile</exclude>
1009+
<exclude>README.md</exclude>
10091010
<exclude>build/build.number</exclude>
10101011
<exclude>debian/cloudstack-agent.dirs</exclude>
10111012
<exclude>debian/cloudstack-usage.dirs</exclude>

0 commit comments

Comments
 (0)