Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
t1b00 authored Aug 12, 2024
1 parent 523dae8 commit 190ea8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ inThisBuild(

This is necessary to enable the SemanticDB, which is required for the rules to work. Only add these lines if SemanticDB is not already enabled in the `build.sbt`.

## Rule list
## Rule list (not up to date with latest commits)
1. **ArraysInFormat**: Checks if arrays are used in the format method of a string.
2. **CatchNpe**: Checks if a catch block catches a NullPointerException.
3. **ComparingFloatingPointTypes**: Checks if floating point types (float or double) are compared with == or !=.
Expand Down

0 comments on commit 190ea8f

Please sign in to comment.