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

improve compatibility of gradle plugin #907

Merged
merged 2 commits into from
Jun 4, 2021
Merged

improve compatibility of gradle plugin #907

merged 2 commits into from
Jun 4, 2021

Conversation

petertrr
Copy link
Member

@petertrr petertrr commented Jun 4, 2021

What's done:

  • Exclude all transitive dependencies
  • Disable IR
  • Update log4j.properties

Which rule and warnings did you add?

This pull request closes #906

petertrr added 2 commits June 4, 2021 10:58
### What's done:
* Exclude all transitive dependencies
* Disable IR
* Update log4j.properties
@codecov
Copy link

codecov bot commented Jun 4, 2021

Codecov Report

Merging #907 (1b605fd) into master (259c701) will increase coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #907      +/-   ##
============================================
+ Coverage     84.16%   84.19%   +0.03%     
- Complexity     2352     2357       +5     
============================================
  Files           101      101              
  Lines          5986     5981       -5     
  Branches       1762     1762              
============================================
- Hits           5038     5036       -2     
  Misses          257      257              
+ Partials        691      688       -3     
Flag Coverage Δ
unittests 84.19% <ø> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...qfn/diktat/plugin/gradle/DiktatJavaExecTaskBase.kt 88.46% <0.00%> (-0.57%) ⬇️
...rg/cqfn/diktat/plugin/gradle/DiktatGradlePlugin.kt 100.00% <0.00%> (ø)
...n/org/cqfn/diktat/plugin/gradle/DiktatExtension.kt 100.00% <0.00%> (+37.50%) ⬆️

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 259c701...1b605fd. Read the comment docs.

@petertrr petertrr requested review from kentr0w and orchestr7 June 4, 2021 08:19
@petertrr petertrr merged commit 0218da1 into master Jun 4, 2021
@petertrr petertrr deleted the bugfix/#906 branch June 4, 2021 08:33
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.

Complatibility issues in diktat-gradle-plugin because of Kotlin 1.5 and JVM/IR
2 participants