{"id":14065024,"url":"https://github.com/Beakerboy/VBA-Linter","last_synced_at":"2025-07-29T19:34:00.456Z","repository":{"id":211600361,"uuid":"729355035","full_name":"Beakerboy/VBA-Linter","owner":"Beakerboy","description":"Lint VBA code","archived":false,"fork":false,"pushed_at":"2024-05-20T19:26:03.000Z","size":465,"stargazers_count":6,"open_issues_count":11,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-01T15:47:55.771Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/Beakerboy.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":"2023-12-09T01:29:58.000Z","updated_at":"2024-07-18T15:17:09.000Z","dependencies_parsed_at":"2024-01-18T15:11:41.987Z","dependency_job_id":"df55429a-42c9-41fe-974d-3314cd88de8d","html_url":"https://github.com/Beakerboy/VBA-Linter","commit_stats":null,"previous_names":["beakerboy/vba-linter"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Beakerboy%2FVBA-Linter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Beakerboy%2FVBA-Linter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Beakerboy%2FVBA-Linter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Beakerboy%2FVBA-Linter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Beakerboy","download_url":"https://codeload.github.com/Beakerboy/VBA-Linter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228046019,"owners_count":17861079,"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-08-13T07:04:14.734Z","updated_at":"2024-12-04T04:30:38.105Z","avatar_url":"https://github.com/Beakerboy.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"[![Coverage Status](https://coveralls.io/repos/github/Beakerboy/VBA-Linter/badge.svg?branch=main)](https://coveralls.io/github/Beakerboy/VBA-Linter?branch=main) [![Python package](https://github.com/Beakerboy/VBA-Linter/actions/workflows/python-package.yml/badge.svg)](https://github.com/Beakerboy/VBA-Linter/actions/workflows/python-package.yml)\n# VBA-Linter\nLint VBA code\n\nCheck that code parses correctly. If so, check that the formatting meets a specified standard.\n\n## Formatting Checks\n\n### E1 Indentation\n* E101 indentation contains mixed spaces and tabs\n### E2 Whitespace errors\n* E201 whitespace after '('\n* E202 whitespace before ')'\n* E203 whitespace before ‘,’\n* E211 whitespace before (\n### W1 Indentation warning\n* W191 indentation contains tabs - should be error.\n### W2 Whitespace warning\n* W201 no newline at end of file\n* W291 trailing whitespace\n* W293 blank line contains whitespace\n\n### W3 Blank line warning\n* W391 blank line at end of file\n\n### W5 Line break warning\n* W500 incorrect line ending\n* W501 line too long\n\n## To Do\n* E221 multiple spaces before operator\n* E222 multiple spaces after operator\n* E712 comparison to True should be ‘If cond Then’\n* E713 comparison to False should be 'If Not cond Then'\n* F841 local variable 'foo' is assigned to but never used\n* W101 improper indentation level\n* W301 Too few blank lines before function\n* W302 Too many blank lines before function\n* N800 Keyword formating\n* N801 Module name format\n* N802 Function name format\n* N803 Variable name format\n* Missing Strict\n* Variable not initialized\n* return type not specified\n* parameter type not specified\n* missing function docbloc\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBeakerboy%2FVBA-Linter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBeakerboy%2FVBA-Linter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBeakerboy%2FVBA-Linter/lists"}