{"id":28551381,"url":"https://github.com/iterable/scalafix-rules","last_synced_at":"2025-07-05T20:31:28.160Z","repository":{"id":281092035,"uuid":"906120586","full_name":"Iterable/scalafix-rules","owner":"Iterable","description":"custom scalafix rules","archived":false,"fork":false,"pushed_at":"2025-04-27T06:18:02.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":26,"default_branch":"main","last_synced_at":"2025-06-10T03:51:06.616Z","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/Iterable.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-20T07:56:29.000Z","updated_at":"2025-04-27T06:18:05.000Z","dependencies_parsed_at":"2025-03-07T00:24:27.156Z","dependency_job_id":"05457bbd-afa4-4aae-9feb-44efbc7410ef","html_url":"https://github.com/Iterable/scalafix-rules","commit_stats":null,"previous_names":["iterable/scalafix-rules"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Iterable/scalafix-rules","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iterable%2Fscalafix-rules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iterable%2Fscalafix-rules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iterable%2Fscalafix-rules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iterable%2Fscalafix-rules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Iterable","download_url":"https://codeload.github.com/Iterable/scalafix-rules/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iterable%2Fscalafix-rules/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263801821,"owners_count":23513728,"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":"2025-06-10T03:38:59.015Z","updated_at":"2025-07-05T20:31:28.156Z","avatar_url":"https://github.com/Iterable.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Iterable Scalafix rules\n\nRepository of custom scalafix rules for Iterable projects.\n\n## Usage\n\nYou can use the rules in your project by adding a dependency on your preferred version of [the `scalafix-rules` artifact](https://mvnrepository.com/artifact/com.iterable/scalafix-rules):\n\n```scala\nThisBuild / libraryDependencies += \"com.iterable\" %% \"scalafix-rules\" % \"0.1.0\" % ScalafixConfig\n```\n\nThis will make the rules available to reference in your `.scalafix.conf` file.\n\nYou can also run a rule directly from the sbt console without including it in your build.\nFor example, to run version `0.1.0` of `NoFutureTraverse` dynamically in the `sbt` console:\n\n```\nscalafix dependency:NoFutureTraverse@com.iterable::scalafix-rules:0.1.0\n```\n\n## Available Rules\n\n### NoFutureTraverse\n\nWarns against or disallows the use of `Future.traverse` and `Future.sequence` in your Scala code, to prevent a potentially unbounded number of concurrent tasks from being run at once.\n\n```hocon\nrules = [\n  # ...\n  NoFutureTraverse\n]\n\nNoFutureTraverse {\n  isError = false # Whether to treat violations as errors (default: false)\n  extraMessage = null # Additional deprecation message. Can be used to suggest an alternative.\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiterable%2Fscalafix-rules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiterable%2Fscalafix-rules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiterable%2Fscalafix-rules/lists"}