solr
solr copied to clipboard
Introduce a project inspection profile based on David Smiley's profile he uses.
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
mainbranch. - [ ] I have run
./gradlew check. - [ ] I have added tests for my changes.
- [ ] I have added documentation for the Reference Guide