Run precommit checks before checkstyle task#3727
Run precommit checks before checkstyle task#3727willyborankin merged 2 commits intoopensearch-project:mainfrom
Conversation
Signed-off-by: Craig Perkins <cwperx@amazon.com>
peternied
left a comment
There was a problem hiding this comment.
There are a number of other checks like similar to the license check such as jarHell are those not running either? Do you know what is missing?
|
@peternied I'm looking into it further. There's quite a few differences in Job Scheduler Security |
|
Here we go, used https://stackoverflow.com/a/34880233/533057 - looks like |
Signed-off-by: Craig Perkins <cwperx@amazon.com>
|
@peternied I just modified this PR so that the entire |
peternied
left a comment
There was a problem hiding this comment.
Could you create tracking issues for those flaky tests?
|
@peternied Sure I just created issues to track the flaky tests. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3727 +/- ##
==========================================
+ Coverage 64.88% 66.24% +1.36%
==========================================
Files 292 292
Lines 20776 20805 +29
Branches 3409 3411 +2
==========================================
+ Hits 13481 13783 +302
+ Misses 5606 5323 -283
- Partials 1689 1699 +10
|
Description
This PR runs the License Header check with the checkstyle CI check to ensure that PRs contain licenses on top of new files. This PR also adds the license on 2 files where its missing today.
Maintenance
Issues Resolved
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.