Skip to content

Implement option to turn config property deprecation warnings as errors #3026

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

Merged
merged 1 commit into from
Aug 28, 2020

Conversation

arturbosch
Copy link
Member

Closes #2545

@arturbosch arturbosch added this to the 1.13.0 milestone Aug 27, 2020
@arturbosch arturbosch force-pushed the config-warnings-as-errors branch from 5a291de to 6142f97 Compare August 27, 2020 19:58
@arturbosch arturbosch force-pushed the config-warnings-as-errors branch from 6142f97 to 925da72 Compare August 27, 2020 20:06
@codecov
Copy link

codecov bot commented Aug 27, 2020

Codecov Report

Merging #3026 into master will increase coverage by 0.01%.
The diff coverage is 87.50%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #3026      +/-   ##
============================================
+ Coverage     79.15%   79.16%   +0.01%     
  Complexity     2543     2543              
============================================
  Files           434      434              
  Lines          7714     7728      +14     
  Branches       1465     1466       +1     
============================================
+ Hits           6106     6118      +12     
- Misses          822      824       +2     
  Partials        786      786              
Impacted Files Coverage Δ Complexity Δ
...ekt/generator/printer/rulesetpage/ConfigPrinter.kt 76.08% <ø> (ø) 9.00 <0.00> (ø)
...ch/detekt/api/internal/ValidatableConfiguration.kt 96.87% <87.50%> (-3.13%) 0.00 <0.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 c1ebc03...925da72. Read the comment docs.

@arturbosch arturbosch merged commit fb1144e into master Aug 28, 2020
@arturbosch arturbosch deleted the config-warnings-as-errors branch August 28, 2020 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Treat config property deprecations as errors
2 participants