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

enable programmatic use of scalastyle #331

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vitaliis
Copy link

@vitaliis vitaliis commented Feb 7, 2019

right now it is not possible to integrate scalastyle in anything as library

our current problem is integrating scalastyle into Mill build tool

this change would enable us to call scalastyle programmatically and avoid problems with System.exit

right now it is not possible to integrate scalastyle in anything as library

our current problem is integrating scalastyle into Mill build tool

this change would enable us to call scalastyle programmatically and avoid problems with System.exit
@codecov-io
Copy link

codecov-io commented Feb 7, 2019

Codecov Report

Merging #331 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #331   +/-   ##
=====================================
  Coverage       0%     0%           
=====================================
  Files          62     62           
  Lines        1495   1495           
  Branches      146    146           
=====================================
  Misses       1495   1495
Impacted Files Coverage Δ
src/main/scala/org/scalastyle/Main.scala 0% <ø> (ø) ⬆️

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 8623a18...135467a. Read the comment docs.

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

2 participants