Skip to content
This repository has been archived by the owner on Mar 7, 2022. It is now read-only.

refine xlint, added simulacrumSettings #22

Merged
merged 2 commits into from
May 9, 2017

Conversation

kailuowang
Copy link
Contributor

in 2.12.2 -Xlint includes unused which checks unused imports, arguments, and variables. The unused arguments check is problematic as we often used implicit arguments as type evidence, e.g. in cats, this option causes these unwanted warnings.
This change removed the -Xlint from scalacAllOptions and added a xlint settings val to enable xlint excluding the unused checks.

@kailuowang kailuowang changed the title refine xlint refine xlint, added simulacrumSettings May 9, 2017
@milessabin
Copy link
Member

LGTM.

@ghost
Copy link

ghost commented May 9, 2017

nice
LGTM

@kailuowang kailuowang merged commit ad64747 into typelevel:master May 9, 2017
@kailuowang kailuowang deleted the add-xlint branch May 9, 2017 15:42
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