Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Docs: scalacOptions for unused imports #217

Merged
merged 1 commit into from
Mar 13, 2018

Conversation

daddykotex
Copy link
Contributor

I had an issue where I had a bunch of warnings when running tut with
the Tpolecat's scalaOptions! I took the options from:
https://tpolecat.github.io/2017/04/25/scalac-flags.html

Fortunately, in the FAQ, I could find a way to work around that. But
the flag for unused import in the FAQ is different from the one I had
in my options: -Ywarn-unused-import vs -Ywarn-unused:imports

It took me way too long to figure that out, so here it is for others like
me.

I had an issue where I had a bunch of warnings when running tut with
the Tpolecat's scalaOptions! I took the options from:
https://tpolecat.github.io/2017/04/25/scalac-flags.html

Fortunately, in the FAQ, I could find a way to work around that. But
the flag for unused import in the FAQ is different from the one I had
in my options: `-Ywarn-unused-import` vs `-Ywarn-unused:imports`

It took me way too long to figure that out, so here it is for others like
me.
@tpolecat
Copy link
Owner

Thanks!

@tpolecat tpolecat merged commit 9c2d314 into tpolecat:series/0.6.x Mar 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants