{"id":16434531,"url":"https://github.com/dflock/sublimelinter-recess","last_synced_at":"2025-06-19T21:32:06.495Z","repository":{"id":12568187,"uuid":"15238668","full_name":"dflock/SublimeLinter-recess","owner":"dflock","description":"This linter plugin for SublimeLinter provides an interface to recess (https://github.com/twitter/recess). It will be used with files that have the “LESS” syntax.","archived":false,"fork":false,"pushed_at":"2015-04-22T00:20:09.000Z","size":221,"stargazers_count":5,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-11T05:07:58.709Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/dflock.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":"2013-12-16T22:12:56.000Z","updated_at":"2024-02-08T12:38:03.000Z","dependencies_parsed_at":"2022-09-15T18:20:34.196Z","dependency_job_id":null,"html_url":"https://github.com/dflock/SublimeLinter-recess","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dflock/SublimeLinter-recess","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dflock%2FSublimeLinter-recess","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dflock%2FSublimeLinter-recess/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dflock%2FSublimeLinter-recess/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dflock%2FSublimeLinter-recess/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dflock","download_url":"https://codeload.github.com/dflock/SublimeLinter-recess/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dflock%2FSublimeLinter-recess/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260834870,"owners_count":23070163,"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-10-11T08:49:27.376Z","updated_at":"2025-06-19T21:32:01.443Z","avatar_url":"https://github.com/dflock.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PLEASE NOTE: Not available in Package Control, also: DOESN'T REALLY WORK\n\nThis isn't quite finished, which is why it's not available in Package Control.\n\nOne of the reasons that this plugin isn't finished, is that since writing this I've discovered that [recess](https://github.com/twitter/recess) is unmaintained.\n\nIn addition, recess returns output in a different format if there's a CSS/LESS syntax error, rather than a warning - it ignores its own `--format` parameter in this case.\n\nEven worse is the fact that recess doesn't actually lint - **or even look at** - the actual less file. It compiles the less to css, then lints that - so the line numbers you get back only vaguely match the original less file and the messages are often not very relevant.\n\n**All in all, I'm inclined to delete this repo - unless someone else want to take this on?**\n\nSublimeLinter-recess\n=========================\n\nThis linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter3) provides an interface to [recess](https://github.com/twitter/recess). It will be used with files that have the “LESS” syntax.\n\n## Installation\n\n### Linter installation\nBefore installing this plugin, you must ensure that `recess` is installed on your system. To install `recess`, do the following:\n\n1. Install [Node.js](http://nodejs.org/) and [npm](https://npmjs.org/).\n\n1. Install `recess` by typing the following in a terminal:\n    ```\n    npm install recess -g\n    ```\n\nNow you can proceed to install the SublimeLinter-recess plugin.\n\n### Plugin installation\nPlease use [Package Control](https://sublime.wbond.net/installation) to install the linter plugin. This will ensure that the plugin will be updated when new versions are available. If you want to install from source so you can modify the source code, you probably know what you are doing so we won’t cover that here.\n\nTo install via Package Control, do the following:\n\n1. Within Sublime Text, bring up the [Command Palette](http://docs.sublimetext.info/en/sublime-text-3/extensibility/command_palette.html) and type `install`. Among the commands you should see `Package Control: Install Package`. If that command is not highlighted, use the keyboard or mouse to select it. There will be a pause of a few seconds while Package Control fetches the list of available plugins.\n\n1. When the plugin list appears, type `recess`. Among the entries you should see `SublimeLinter-recess`. If that entry is not highlighted, use the keyboard or mouse to select it.\n\n## Settings\nFor general information on how SublimeLinter works with settings, please see [Settings](https://github.com/SublimeLinter/SublimeLinter.github.io/wiki/Settings). For information on generic linter settings, please see [Linter Settings](https://github.com/SublimeLinter/SublimeLinter.github.io/wiki/Linter-Settings).\n\n\n## Contributing\nIf you would like to contribute enhancements or fixes, please do the following:\n\n1. Fork the plugin repository.\n1. Hack on a separate topic branch created from the latest `master`.\n1. Commit and push the topic branch.\n1. Make a pull request.\n1. Be patient.  ;-)\n\nPlease note that modications should follow these coding guidelines:\n\n- Indent is 4 spaces.\n- Code should pass flake8 and pep257 linters.\n- Vertical whitespace helps readability, don’t be afraid to use it.\n\nThank you for helping out!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdflock%2Fsublimelinter-recess","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdflock%2Fsublimelinter-recess","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdflock%2Fsublimelinter-recess/lists"}