bld is a new build system that allows you to write your build logic in pure Java.
It has a PMD Extension for it.
To install, please refer to the extensions documentation.
To check all source code using the java quickstart rule, add the following to your build file
@BuildCommand
public void pmd() throws Exception {
new PmdOperation()
.fromProject(this)
.execute();
}
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4