Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
IntelliJ IDEA can perform static code analysis by applying inspections to the project code. The inspection analysis process can be easily run from both the IDE and the command line. The command line usage of IntelliJ IDEA inspections already configured as daily Inspections(Core) TeamCity suite. This approach has proven its convenience and efficiency as part of the TC.Bot.
As for the next step, I propose to improve personal productivity of writing code by making ignite_inspection.xml configuration default on the project level.
According to IntelliJ IDEA documentation, the inspection profile is recommended to be placed to <project>/.idea/inspectionProfiles with name Project_Default.xml. This project profile will be shared and accessible for the team members via VCS by default.
Note.
The build and test procedure of Apache Ignite project will remain IDE independent.
Attachments
Issue Links
- contains
-
IGNITE-10450 In Ignite code style inspections increase level for those used at Teamcity build checks
- Resolved
- links to