{"id":20768195,"url":"https://github.com/softwaremill/neme-plugin","last_synced_at":"2025-04-30T11:24:53.109Z","repository":{"id":40322972,"uuid":"165145122","full_name":"softwaremill/neme-plugin","owner":"softwaremill","description":"Scala compiler plugin for turning non exhaustive match warnings into errors","archived":false,"fork":false,"pushed_at":"2022-12-22T14:10:45.000Z","size":85,"stargazers_count":29,"open_issues_count":23,"forks_count":3,"subscribers_count":30,"default_branch":"master","last_synced_at":"2025-03-30T15:47:02.302Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/softwaremill.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-10T23:12:14.000Z","updated_at":"2022-06-20T12:09:30.000Z","dependencies_parsed_at":"2023-01-30T10:55:12.467Z","dependency_job_id":null,"html_url":"https://github.com/softwaremill/neme-plugin","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softwaremill%2Fneme-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softwaremill%2Fneme-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softwaremill%2Fneme-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softwaremill%2Fneme-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/softwaremill","download_url":"https://codeload.github.com/softwaremill/neme-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251689496,"owners_count":21627921,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-17T11:36:21.121Z","updated_at":"2025-04-30T11:24:53.065Z","avatar_url":"https://github.com/softwaremill.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"## neme - not exhaustive match error\n[![Build Status](https://travis-ci.org/softwaremill/neme-plugin.svg?branch=master)](https://travis-ci.org/softwaremill/neme-plugin)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.softwaremill.neme/neme-plugin_2.13/badge.svg)](https://search.maven.org/search?q=g:com.softwaremill.neme)\n\nScala compiler plugin for turning non exhaustive match warnings into errors\n\nThis plugin is heavily inspired by [silencer-plugin](https://github.com/ghik/silencer)\n\nPublished for Scala 2.11, 2.12 and 2.13.\n\n### Deprecation notice\n\nSince scala 2.13.2 there is a new flag - `-Wconf` which covers that functionality making this project obsolete.\nLater, it was also backported into 2.12.13 (https://github.com/scala/scala/releases/tag/v2.12.13).\n\nSee https://github.com/scala/scala/pull/8373. The specific setting replicating the functionality of the plugin is:\n\n```\nscalacOptions += \"-Wconf:cat=other-match-analysis:error\"\n```\n\n### Usage\n\nIf you're using SBT, simply add these lines to your `build.sbt` to enable the plugin:\n\n```scala\nlibraryDependencies ++= Seq(\n  compilerPlugin(\"com.softwaremill.neme\" %% \"neme-plugin\" % \"0.0.5\")\n)\n```\n\nOr in `~/.sbt/1.0/*.sbt`:\n\n```scala\naddCompilerPlugin(\"com.softwaremill.neme\" %% \"neme-plugin\" % \"0.0.5\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftwaremill%2Fneme-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftwaremill%2Fneme-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftwaremill%2Fneme-plugin/lists"}