Initial commit
This commit is contained in:
commit
b333128660
55 changed files with 1638 additions and 0 deletions
19
examples/README.md
Normal file
19
examples/README.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
j## Compile the Kotlin Example
|
||||
|
||||
```console
|
||||
./bld compile
|
||||
```
|
||||
|
||||
## Check code with Detekt
|
||||
|
||||
```console
|
||||
./bld detekt
|
||||
```
|
||||
|
||||
## Generate Detekt baseline
|
||||
|
||||
```console
|
||||
./bld detekt-baseline
|
||||
```
|
||||
|
||||
The `detekt-baseline.xml` will be created in the project's root directory.
|
Loading…
Add table
Add a link
Reference in a new issue