Skip to content

Commit

Permalink
Aplhabetize additional IDE configurations on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandeep Thandassery committed Dec 10, 2024
1 parent 90db2f5 commit 8d5dcc0
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,19 +155,20 @@ default inspections, with some modifications.

Enable the following inspections:

- ``Java | Internationalization | Implicit platform default charset``,
- ``Java | Control flow issues | Redundant 'else'`` (including
``Report when there are no more statements after the 'if' statement`` option),
- ``Java | Class structure | Utility class is not 'final'``,
- ``Java | Class structure | Utility class with 'public' constructor``,
- ``Java | Class structure | Utility class without 'private' constructor``.
- ``Java | Class structure | Utility class without 'private' constructor``,
- ``Java | Control flow issues | Redundant 'else'`` (including
``Report when there are no more statements after the 'if' statement`` option),
- ``Java | Internationalization | Implicit platform default charset``.


Disable the following inspections:

- ``Java | Performance | Call to 'Arrays.asList()' with too few arguments``,
- ``Java | Abstraction issues | 'Optional' used as field or parameter type``,
- ``Java | Code style issues | Local variable or parameter can be 'final'``,
- ``Java | Data flow | Boolean method is always inverted``.
- ``Java | Data flow | Boolean method is always inverted``,
- ``Java | Performance | Call to 'Arrays.asList()' with too few arguments``.

Update the following inspections:

Expand Down

0 comments on commit 8d5dcc0

Please sign in to comment.