Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update the bambda checker v #77

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Requirements: Java 17+

In the top level directory of the folder containing your Bambdas, run the following command:
```
java -jar BambdaChecker-1.2.jar
java -jar BambdaChecker-1.3.jar
```

Verify the output. To do this quickly, check the exit code is 0 for a valid run.
Expand All @@ -32,7 +32,7 @@ This will also update or generate markdown files as appropriate. This is only fo
If you only want to perform the validation check without affecting the markdown, then run:

```
java -jar BambdaChecker-1.2.jar validateonly
java -jar BambdaChecker-1.3.jar validateonly
```

### What it checks for
Expand Down
Loading