Lightweight Inspection Profile on Commit

Fully customise the checks you must perform before you commit your changes to version control.

You can select an inspection profile for running analysis before commit. Using an inspection profile with a much smaller number of checks, for example only Java errors and warnings, can run much faster than our full inspection profile and prevent us from committing breaking changes.

Related Resources

Convert compact source file to class
Convert compact source file to class
Convert a compact source file to a class in IntelliJ IDEA.
Add static import for simple IO
Add static import for simple IO
Add a static import for simple IO methods.
Use Pattern Matching for instanceof
Use Pattern Matching for instanceof
Inspections can guide us to use newer Java features.