{"id":17308766,"url":"https://github.com/guerinoni/argslen","last_synced_at":"2025-03-23T18:31:25.750Z","repository":{"id":57627731,"uuid":"393177474","full_name":"guerinoni/argslen","owner":"guerinoni","description":"Go linter that warns about the number of arguments in functions.","archived":false,"fork":false,"pushed_at":"2024-07-15T07:24:16.000Z","size":9307,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T22:35:44.626Z","etag":null,"topics":["arguments","function-arguments","go","golang","golangci-lint","golint","hacktoberfest","lint","linter"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/guerinoni.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":"2021-08-05T21:46:50.000Z","updated_at":"2024-07-25T16:48:28.000Z","dependencies_parsed_at":"2024-06-20T16:23:24.978Z","dependency_job_id":"9b0d08cb-41b2-4d92-858f-e49b50ac66b9","html_url":"https://github.com/guerinoni/argslen","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guerinoni%2Fargslen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guerinoni%2Fargslen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guerinoni%2Fargslen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guerinoni%2Fargslen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guerinoni","download_url":"https://codeload.github.com/guerinoni/argslen/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245149240,"owners_count":20568858,"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":["arguments","function-arguments","go","golang","golangci-lint","golint","hacktoberfest","lint","linter"],"created_at":"2024-10-15T12:05:58.117Z","updated_at":"2025-03-23T18:31:25.381Z","avatar_url":"https://github.com/guerinoni.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# argslen linter\n\n[![CI](https://github.com/guerinoni/argslen/actions/workflows/CI.yml/badge.svg)](https://github.com/guerinoni/argslen/actions/workflows/CI.yml)\n[![codecov](https://codecov.io/gh/guerinoni/argslen/branch/main/graph/badge.svg?token=N5M67KW7KV)](https://codecov.io/gh/guerinoni/argslen)\n[![lint](https://github.com/guerinoni/argslen/actions/workflows/lint.yml/badge.svg)](https://github.com/guerinoni/argslen/actions/workflows/lint.yml)\n[![Go Report Card](https://goreportcard.com/badge/github.com/guerinoni/argslen)](https://goreportcard.com/report/github.com/guerinoni/argslen)\n\nArgslen is a linter that checks for long list of argument in functions.\n\nThe default limit is 5 (`maxArguments`) and skip the test files (`skipTests`), but you can configure these.\n\n## Usage\n\n```zsh\nargslen ./...                 (scan all pkg)\nargslen .                     (scan current pkg)\nargslen -maxArguments=2 .     (scan currente with max args 2)\nargslen -skipTests=true ./... (scan all pkg skipping tests files)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguerinoni%2Fargslen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguerinoni%2Fargslen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguerinoni%2Fargslen/lists"}