forked from phoedos/pmd
[doc] Update pmd-demo.gif
This commit is contained in:
@ -7,8 +7,9 @@ mkdir $HOME/pmd-demo
|
|||||||
cd $HOME/pmd-demo
|
cd $HOME/pmd-demo
|
||||||
curl -L -o jdk-master.zip https://github.com/openjdk/jdk/archive/refs/heads/master.zip
|
curl -L -o jdk-master.zip https://github.com/openjdk/jdk/archive/refs/heads/master.zip
|
||||||
unzip jdk-master.zip
|
unzip jdk-master.zip
|
||||||
alias pmd=$HOME/PMD/source/pmd/pmd-dist/target/pmd-bin-7.0.0-SNAPSHOT/bin
|
alias pmd=$HOME/PMD/source/pmd/pmd-dist/target/pmd-bin-7.0.0-SNAPSHOT/bin/pmd
|
||||||
clear
|
clear
|
||||||
|
pmd --version
|
||||||
pmd check -R rulesets/java/quickstart.xml -d jdk-master/src/java.base -f text --cache pmd.cache --report-file jdk-report.txt
|
pmd check -R rulesets/java/quickstart.xml -d jdk-master/src/java.base -f text --cache pmd.cache --report-file jdk-report.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 2.9 MiB After Width: | Height: | Size: 3.0 MiB |
Reference in New Issue
Block a user