{"id":23039655,"url":"https://github.com/ckaznocha/sublimelinter-contrib-cflint","last_synced_at":"2025-07-07T21:12:10.818Z","repository":{"id":16546588,"uuid":"19300228","full_name":"ckaznocha/SublimeLinter-contrib-CFLint","owner":"ckaznocha","description":"SublimeLinter plugin for Adobe ColdFusion, using CFLint.","archived":false,"fork":false,"pushed_at":"2018-09-23T19:10:40.000Z","size":22,"stargazers_count":16,"open_issues_count":2,"forks_count":9,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-05-02T01:55:53.124Z","etag":null,"topics":["cflint","coldfusion","plugin","sublimelinter"],"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/ckaznocha.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":"2014-04-30T03:56:43.000Z","updated_at":"2023-09-28T10:24:46.000Z","dependencies_parsed_at":"2022-08-04T09:45:16.586Z","dependency_job_id":null,"html_url":"https://github.com/ckaznocha/SublimeLinter-contrib-CFLint","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckaznocha%2FSublimeLinter-contrib-CFLint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckaznocha%2FSublimeLinter-contrib-CFLint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckaznocha%2FSublimeLinter-contrib-CFLint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckaznocha%2FSublimeLinter-contrib-CFLint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ckaznocha","download_url":"https://codeload.github.com/ckaznocha/SublimeLinter-contrib-CFLint/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229862114,"owners_count":18135887,"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":["cflint","coldfusion","plugin","sublimelinter"],"created_at":"2024-12-15T18:36:32.406Z","updated_at":"2024-12-15T18:36:33.020Z","avatar_url":"https://github.com/ckaznocha.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"SublimeLinter-contrib-CFLint\r\n================================\r\n\r\n[![Build Status](https://travis-ci.org/ckaznocha/SublimeLinter-contrib-CFLint.svg?branch=master)](https://travis-ci.org/ckaznocha/SublimeLinter-contrib-CFLint)\r\n\r\nThis linter plugin for [SublimeLinter 3][docs] provides an interface to [CFLint](https://github.com/cflint/CFLint). It will be used with files that have the **CFML** syntax.\r\n\r\n## Installation\r\n**SublimeLinter 3** must be installed in order to use this plugin. If **SublimeLinter 3** is not installed, please follow the instructions [here][installation].\r\n\r\n### Linter installation\r\nBefore using this plugin, you must ensure that **CFLint** and **SublimeText-CFML** are installed on your system.\r\n\r\nTo install **CFLint**, do the following:\r\n\r\n1. Download and install latest **Java SE 8**+ [JRE](https://www.java.com/en/download/manual.jsp), or [JDK](http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html) if you plan to build it yourself.\r\n1. Download latest **CFLint** standalone JAR (`CFLint-1.2.0-all.jar` or newer) from the [GitHub releases](https://github.com/cflint/CFLint/releases) or [Maven repository](http://search.maven.org/#search%7Cga%7C1%7Ccflint). Alternatively, build it yourself using [these instructions](https://github.com/cflint/CFLint#building-cflint). This is the JAR file that will be provided to `jar_file` in the settings.\r\n\r\nTo install **SublimeText-CFML**, do the following:\r\n\r\n1. Follow the instructions from [jcberquist/sublimetext-cfml](https://github.com/jcberquist/sublimetext-cfml).\r\n\r\n### Plugin installation\r\nPlease use [Package Control][pc] 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.\r\n\r\nTo install via Package Control, do the following:\r\n\r\n1. Within Sublime Text, bring up the [Command Palette][cmd] 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.\r\n\r\n1. When the plugin list appears, type `cflint`. Among the entries, you should see `SublimeLinter-contrib-CFLint`. If that entry is not highlighted, use the keyboard or mouse to select it.\r\n\r\n## Settings\r\nFor general information on how **SublimeLinter 3** works with settings, please see [Settings][settings]. For information on standard linter settings, please see [Linter Settings][linter-settings].\r\n\r\n### Plugin-specific settings\r\nOnce you have installed both the SublimeLinter 3 and SublimeLinter-contrib-CFLint plugins you will need to edit the CFLint settings.\r\n\r\nPreferences \u003e Package Settings \u003e SublimeLinter \u003e Settings \r\n\r\nYou will see a CFLint section under the user settings (SublimeLinter.sublime-settings -- User):\r\n\r\n```\r\n\"linters\": {\r\n    \"cflint\": {\r\n        \"@disable\": false,\r\n        \"args\": [],\r\n        \"aux_config_dirs\": [],\r\n        \"config_file_name\": \"cflintrc.xml\",\r\n        \"excludes\": [],\r\n        \"jar_file\": \"\"\r\n    }\r\n},\r\n```\r\n\r\nAdd the full path to your CFLint JAR file and optionally add config file information:\r\n\r\n- `jar_file` (_required_): This must contain the absolute path to the `CFLint-*-all.jar` file.\r\n- `config_file_name` (_optional_): This must contain just the file name for the **CFLint** config file. [default: `.cflintrc`]\r\n- `aux_config_dirs` (_optional_): An array of paths that will act as auxiliary directories in which to search for the config file if not found for the file being linted.\r\n\r\n## Contributing\r\nIf you would like to contribute enhancements or fixes, please do the following:\r\n\r\n1. Fork the plugin repository.\r\n1. Hack on a separate topic branch created from the latest `master`.\r\n1. Commit and push the topic branch.\r\n1. Make a pull request.\r\n1. Be patient.  ;-)\r\n\r\nPlease note that modifications should follow these coding guidelines:\r\n\r\n- Indent is 4 spaces.\r\n- Code should pass flake8 and pep257 linters.\r\n- Vertical whitespace helps readability, don’t be afraid to use it.\r\n- Please use descriptive variable names, no abbreviations unless they are very well known.\r\n\r\nThank you for helping out!\r\n\r\n[docs]: http://sublimelinter.readthedocs.org\r\n[installation]: http://sublimelinter.readthedocs.org/en/latest/installation.html\r\n[locating-executables]: http://sublimelinter.readthedocs.org/en/latest/usage.html#how-linter-executables-are-located\r\n[pc]: https://packagecontrol.io/installation\r\n[cmd]: http://docs.sublimetext.info/en/sublime-text-3/extensibility/command_palette.html\r\n[settings]: http://sublimelinter.readthedocs.org/en/latest/settings.html\r\n[linter-settings]: http://sublimelinter.readthedocs.org/en/latest/linter_settings.html\r\n[inline-settings]: http://sublimelinter.readthedocs.org/en/latest/settings.html#inline-settings\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fckaznocha%2Fsublimelinter-contrib-cflint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fckaznocha%2Fsublimelinter-contrib-cflint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fckaznocha%2Fsublimelinter-contrib-cflint/lists"}