Skip to content

Commit

Permalink
Rename task 'audit' to 'analyze'
Browse files Browse the repository at this point in the history
  • Loading branch information
miguno committed Sep 19, 2024
1 parent 48e0ed5 commit b8882a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ system-info:
@echo "os: {{os()}}"
@echo "os family: {{os_family()}}"

# audit the code
[group("security")]
audit:
# perform static code analysis
[group("development")]
analyze:
#!/usr/bin/env bash
echo "Running static code analysis with spotbugs"
just spotbugs
Expand Down

0 comments on commit b8882a9

Please sign in to comment.