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

Refactoring: use more readable functions #1916

Merged
merged 1 commit into from Sep 13, 2019
Merged

Refactoring: use more readable functions #1916

merged 1 commit into from Sep 13, 2019

Conversation

schalkms
Copy link
Member

No description provided.

@codecov-io
Copy link

Codecov Report

Merging #1916 into master will not change coverage.
The diff coverage is 25%.

Impacted file tree graph

@@           Coverage Diff            @@
##             master   #1916   +/-   ##
========================================
  Coverage      80.4%   80.4%           
+ Complexity     1974    1973    -1     
========================================
  Files           326     326           
  Lines          5517    5517           
  Branches       1027    1027           
========================================
  Hits           4436    4436           
  Misses          543     543           
  Partials        538     538
Impacted Files Coverage Δ Complexity Δ
...tlab/arturbosch/detekt/cli/out/HtmlOutputReport.kt 77.27% <0%> (ø) 6 <0> (ø) ⬇️
...ekt/rules/style/SpacingBetweenPackageAndImports.kt 83.33% <100%> (ø) 22 <2> (-1) ⬇️

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 f80fe60...cf92a1f. Read the comment docs.

@3flex 3flex merged commit 8803173 into detekt:master Sep 13, 2019
@@ -21,7 +21,7 @@ class KotlinEnvironmentUtilsTest : Spek({
.toList()

val languageVersion = classpathFiles.getKotlinLanguageVersion()
assertThat(languageVersion).isNotNull()
assertThat(languageVersion).isNotNull
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting, on which IntelliJ version are you and is the new kotlin type inference enabled in kontlinc by default in 1.3.50? Last time I removed braces for assertJ "getters" I got compiler errors in IDEA.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2018.3

@arturbosch arturbosch added this to the 1.0.2 milestone Sep 16, 2019
sowmyav24 pushed a commit to sowmyav24/detekt that referenced this pull request Sep 17, 2019
sowmyav24 pushed a commit to sowmyav24/detekt that referenced this pull request Sep 17, 2019
@arturbosch arturbosch modified the milestones: 1.0.2, 1.1.0 Sep 17, 2019
@schalkms schalkms deleted the refactoring_readable_functions branch October 3, 2019 20:45
smyachenkov pushed a commit to smyachenkov/detekt that referenced this pull request Dec 9, 2019
smyachenkov pushed a commit to smyachenkov/detekt that referenced this pull request Dec 9, 2019
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.

None yet

4 participants