{"id":27721344,"url":"https://github.com/idleberg/sublimelinter-contrib-iscc","last_synced_at":"2025-07-29T06:08:45.631Z","repository":{"id":70063846,"uuid":"103985525","full_name":"idleberg/SublimeLinter-contrib-iscc","owner":"idleberg","description":"This linter plugin for SublimeLinter provides an interface to ISCC, the Inno Setup compiler","archived":false,"fork":false,"pushed_at":"2018-09-24T19:54:23.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-10T20:35:28.547Z","etag":null,"topics":["inno-setup","iscc","sublimelinter","sublimelinter-plugin"],"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/idleberg.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,"zenodo":null}},"created_at":"2017-09-18T19:57:33.000Z","updated_at":"2018-09-24T19:55:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"ed56b461-00cb-4670-b186-794a6a1b00d0","html_url":"https://github.com/idleberg/SublimeLinter-contrib-iscc","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/idleberg/SublimeLinter-contrib-iscc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idleberg%2FSublimeLinter-contrib-iscc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idleberg%2FSublimeLinter-contrib-iscc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idleberg%2FSublimeLinter-contrib-iscc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idleberg%2FSublimeLinter-contrib-iscc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idleberg","download_url":"https://codeload.github.com/idleberg/SublimeLinter-contrib-iscc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idleberg%2FSublimeLinter-contrib-iscc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267639003,"owners_count":24119766,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["inno-setup","iscc","sublimelinter","sublimelinter-plugin"],"created_at":"2025-04-27T10:06:09.707Z","updated_at":"2025-07-29T06:08:45.623Z","avatar_url":"https://github.com/idleberg.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SublimeLinter-contrib-iscc\n\n[![The MIT License](https://flat.badgen.net/badge/license/MIT/blue)](https://opensource.org/licenses/MIT)\n[![Package Control](https://packagecontrol.herokuapp.com/downloads/SublimeLinter-contrib-iscc.svg?style=flat-square)](https://packagecontrol.io/packages/SublimeLinter-contrib-iscc)\n[![GitHub](https://flat.badgen.net/github/release/idleberg/SublimeLinter-contrib-iscc)](https://github.com/idleberg/SublimeLinter-contrib-iscc/releases)\n[![CircleCI](https://flat.badgen.net/circleci/github/idleberg/generator-atom-package-coffeescript)](https://circleci.com/gh/idleberg/SublimeLinter-contrib-iscc)\n\nThis linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) provides an interface to [ISCC](http://www.jrsoftware.org/ishelp/index.php?topic=compilercmdline). It will be used with Inno Setup scripts..\n\n## Prerequisites\n\n1. Make sure you have [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) installed\n2. Ensure that `brew` is installed on your system and available in your [PATH environmental variable](http://sublimelinter.readthedocs.io/en/latest/troubleshooting.html#finding-a-linter-executable)\n\n## Installation\n\n### Package Control\n\n1. Make sure you have [Package Control](https://packagecontrol.io/) installed\n2. Choose *“Install Package”* from the Command Palette (\u003ckbd\u003eSuper\u003c/kbd\u003e+\u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003ep\u003c/kbd\u003e)\n3. Type *“SublimeLinter-contrib-iscc”* and press \u003ckbd\u003eEnter\u003c/kbd\u003e\n\nWith the [`auto_upgrade`](https://packagecontrol.io/docs/settings#setting-auto_upgrade) setting enabled, Package Control will keep all installed packages up-to-date!\n\n### Using Git\n\n1. Change to your Sublime Text `Packages` directory\n2. Clone repository `git clone https://github.com/idleberg/SublimeLinter-contrib-iscc.git SublimeLinter-contrib-iscc`\n\n## Settings\n\nPlease refer to the official documentation in order to tweak the [SublimeLinter settings](http://sublimelinter.readthedocs.org/en/latest/settings.html) or [linter settings](http://sublimelinter.readthedocs.org/en/latest/linter_settings.html).\n\n## License\n\nThis work is licensed under the [The MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidleberg%2Fsublimelinter-contrib-iscc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidleberg%2Fsublimelinter-contrib-iscc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidleberg%2Fsublimelinter-contrib-iscc/lists"}