Skip to content
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.

fix(organize-imports): Don't reorder shebang and block comment #415

Merged
merged 7 commits into from Mar 6, 2018

Conversation

buehler
Copy link
Owner

@buehler buehler commented Mar 6, 2018

  • Fixes #412
  • Fixes #409

Description

  • Adding shebang to the list of excluded line comments on the top of the file
  • Adding /* instead of /** to the list of excluded line comments on the top of the line

@codecov
Copy link

codecov bot commented Mar 6, 2018

Codecov Report

Merging #415 into develop will increase coverage by 0.1%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop     #415     +/-   ##
==========================================
+ Coverage    73.46%   73.56%   +0.1%     
==========================================
  Files           29       29             
  Lines          942      942             
  Branches       155      155             
==========================================
+ Hits           692      693      +1     
+ Misses         194      191      -3     
- Partials        56       58      +2
Impacted Files Coverage Δ
src/utilities/utility-functions.ts 66.37% <100%> (ø) ⬆️
src/configuration/index.ts 84.61% <0%> (-3.85%) ⬇️
src/imports/import-appender.ts 21.83% <0%> (+2.29%) ⬆️

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 6dcc852...586a6b6. Read the comment docs.

@buehler buehler merged commit a83c410 into develop Mar 6, 2018
@buehler buehler deleted the fix/dont-remove-shebang branch March 6, 2018 08:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
1 participant