Issue #1555: Instructions to enable IntelliJ IDEA Inspections
This commit is contained in:
parent
2d8f5576bb
commit
b9bdf9f8e1
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
After Width: | Height: | Size: 44 KiB |
|
|
@ -68,5 +68,15 @@
|
|||
</p>
|
||||
</section>
|
||||
|
||||
<section name="Inspections">
|
||||
<p>
|
||||
Checkstyle has its own very strict set of inspections. To import and enable them go to
|
||||
Settings -> Editor -> Inspections -> Manage -> Import... and locate file
|
||||
<code>config/intellij-idea-inspections.xml</code>.<br/><br/>
|
||||
<img alt="Inspections in IntelliJ IDEA" src="images/gui_screenshot_inspections_idea.png"/>
|
||||
<br/>
|
||||
</p>
|
||||
</section>
|
||||
|
||||
</body>
|
||||
</document>
|
||||
|
|
|
|||
Loading…
Reference in New Issue