Issue #1555: Instructions to enable IntelliJ IDEA Inspections

This commit is contained in:
Michal Kordas 2015-09-01 01:05:30 +02:00 committed by Roman Ivanov
parent 2d8f5576bb
commit b9bdf9f8e1
3 changed files with 2360 additions and 0 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@ -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>