{"id":30061040,"url":"https://github.com/abhinavk99/codewall","last_synced_at":"2026-03-08T01:06:27.068Z","repository":{"id":49897702,"uuid":"157503194","full_name":"abhinavk99/codewall","owner":"abhinavk99","description":"VS Code extension that checks if code goes past your rulers","archived":false,"fork":false,"pushed_at":"2021-06-08T16:23:49.000Z","size":496,"stargazers_count":7,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-08T01:54:38.693Z","etag":null,"topics":["codewall","developer-tools","ruler","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=abhinavk99.codewall","language":"TypeScript","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/abhinavk99.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2018-11-14T06:40:16.000Z","updated_at":"2024-01-16T08:40:12.000Z","dependencies_parsed_at":"2022-09-11T09:11:55.005Z","dependency_job_id":null,"html_url":"https://github.com/abhinavk99/codewall","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/abhinavk99/codewall","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhinavk99%2Fcodewall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhinavk99%2Fcodewall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhinavk99%2Fcodewall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhinavk99%2Fcodewall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abhinavk99","download_url":"https://codeload.github.com/abhinavk99/codewall/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhinavk99%2Fcodewall/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30240357,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T00:58:18.660Z","status":"ssl_error","status_checked_at":"2026-03-08T00:55:48.608Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["codewall","developer-tools","ruler","vscode","vscode-extension"],"created_at":"2025-08-08T01:54:30.628Z","updated_at":"2026-03-08T01:06:27.021Z","avatar_url":"https://github.com/abhinavk99.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CodeWall\n\n[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/abhinavk99/codewall/CodeWall%20CI?style=flat-square)](https://github.com/abhinavk99/codewall/actions)\n[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/abhinavk99.codewall?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=abhinavk99.codewall)\n[![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/abhinavk99.codewall?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=abhinavk99.codewall)\n[![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/abhinavk99.codewall?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=abhinavk99.codewall)\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)\n[![GitHub Repo stars](https://img.shields.io/github/stars/abhinavk99/codewall?style=flat-square)](https://github.com/abhinavk99/codewall)\n[![GitHub](https://img.shields.io/github/license/abhinavk99/codewall?style=flat-square)](https://github.com/abhinavk99/codewall/blob/master/LICENSE)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n\nVS Code extension that checks if code goes past your rulers. Install it [here](https://marketplace.visualstudio.com/items?itemName=abhinavk99.codewall)!\n\n## Features\n\nShows warnings at the specific locations where code goes past your rulers.\n\n![](https://raw.githubusercontent.com/abhinavk99/codewall/master/images/window.PNG)\n\n![](https://raw.githubusercontent.com/abhinavk99/codewall/master/images/message.PNG)\n\n## Settings\n\nThis extension has the following settings:\n\n- `codewall.openProblemsPane`: Determines whether to open the problems pane to show warnings when lines cross rulers. Is true by default.\n\n## Usage\n\nAdd a rulers using the `editor.rulers` setting (`Command Palette -\u003e Preferences: Open Settings (JSON)`).\n\nValid Values:\n\n```json\n\"editor.rulers\": [\n  {\"column\": 90, \"color\": \"#000000\"},\n  {\"column\": 105, \"color\": \"#ff0000\"}\n]\n```\n\n```json\n\"editor.rulers\": [90, 105]\n```\n\n## CodeWall for Atom\n\nDon't use VS Code? Try [CodeWall](https://github.com/Oceanwall/CodeWall) for Atom, made by Oceanwall!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhinavk99%2Fcodewall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhinavk99%2Fcodewall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhinavk99%2Fcodewall/lists"}