Skip to content

Commit

Permalink
add unused "--static-only" option
Browse files Browse the repository at this point in the history
  • Loading branch information
Luro02 committed May 15, 2024
1 parent 114af09 commit 134daad
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ public class Application implements Callable<Integer> {
"--output-json"}, description = "Output the found problems in JSON format instead of more readable plain text")
private boolean outputJson;

// TODO: remove this
@Option(names = {
"--static-only"}, description = "Only kept here so the grading tool keeps working, does nothing.")
private boolean staticOnly;

@Option(names = {
"--pass-config"}, description = "Interpret the first parameter not as the path to a config file, but as the contents of the config file")
private boolean passConfig;
Expand Down

0 comments on commit 134daad

Please sign in to comment.