Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable checkstyle until rules are enforced #1663

Merged
merged 1 commit into from
Mar 7, 2022

Conversation

peternied
Copy link
Member

Description

With the current checkstyle settings the build is done, but it doesn't
prevent changes from being merged that contain checkstyle violations.
We need to revisit these as a whole, saving 3 minutes of build time per
leg until this work has been done.

Issues Resolved

See #1659

Check List

  • New functionality includes testing
  • New functionality has been documented
  • Commits are signed per the DCO using --signoff

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.

With the current checkstyle settings the build is done, but it doesn't
prevent changes from being merged that contain checkstyle violations.
We need to revisit these as a whole, saving 3 minutes of build time per
leg until this work has been done.

See opensearch-project#1659

Signed-off-by: Peter Nied <[email protected]>
@peternied peternied added the enhancement New feature or request label Mar 3, 2022
@peternied peternied requested a review from a team March 3, 2022 23:56
@peternied peternied self-assigned this Mar 3, 2022
@codecov-commenter
Copy link

codecov-commenter commented Mar 4, 2022

Codecov Report

Merging #1663 (75bde00) into main (81a43c2) will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #1663      +/-   ##
============================================
+ Coverage     64.56%   64.59%   +0.02%     
- Complexity     3239     3240       +1     
============================================
  Files           249      249              
  Lines         17479    17479              
  Branches       3096     3096              
============================================
+ Hits          11286    11290       +4     
+ Misses         4635     4631       -4     
  Partials       1558     1558              
Impacted Files Coverage Δ
...nsearch/security/dlic/rest/api/AuditApiAction.java 68.08% <0.00%> (+4.25%) ⬆️
...ecurity/configuration/StaticResourceException.java 25.00% <0.00%> (+25.00%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 81a43c2...75bde00. Read the comment docs.

@peternied peternied merged commit d96e2d2 into opensearch-project:main Mar 7, 2022
@peternied peternied deleted the disable-checkstyle branch March 7, 2022 22:06
wuychn pushed a commit to ochprince/security that referenced this pull request Mar 16, 2023
With the current checkstyle settings the build is done, but it doesn't
prevent changes from being merged that contain checkstyle violations.
We need to revisit these as a whole, saving 3 minutes of build time per
leg until this work has been done.

See opensearch-project#1659

Signed-off-by: Peter Nied <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants