solr icon indicating copy to clipboard operation
solr copied to clipboard

Introduce a project inspection profile based on David Smiley's profile he uses.

Open epugh opened this issue 3 years ago • 0 comments

https://issues.apache.org/jira/browse/SOLR-16364

Description

Package with Solr a IntelliJ Inspection Profile to use. Tie it into the gradlew idea task to deploy it.

Solution

Start with David's profile, add a hook to the gradle script.

Tests

manual testing

Checklist

Please review the following and check all that apply:

  • [X ] I have reviewed the guidelines for How to Contribute and my code conforms to the standards described there to the best of my ability.
  • [ X] I have created a Jira issue and added the issue ID to my pull request title.
  • [ X] I have given Solr maintainers access to contribute to my PR branch. (optional but recommended)
  • [X ] I have developed this patch against the main branch.
  • [ ] I have run ./gradlew check.
  • [ ] I have added tests for my changes.
  • [ ] I have added documentation for the Reference Guide

epugh avatar Aug 31 '22 17:08 epugh