https://github.com/tom-tan/flycheck-cwl
Add on-the-fly checker for Common Workflow Language
https://github.com/tom-tan/flycheck-cwl
common-workflow-language emacs
Last synced: about 1 year ago
JSON representation
Add on-the-fly checker for Common Workflow Language
- Host: GitHub
- URL: https://github.com/tom-tan/flycheck-cwl
- Owner: tom-tan
- License: unlicense
- Created: 2017-10-17T08:46:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-26T07:05:40.000Z (over 8 years ago)
- Last Synced: 2025-02-01T09:13:19.075Z (over 1 year ago)
- Topics: common-workflow-language, emacs
- Language: Emacs Lisp
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flycheck-cwl
*Deprecated*: Now CWL checker is included in Flycheck repository. You just install Flycheck to use CWL checker!
This library adds a on-the-fly syntax checker for [Common Workflow Language](http://www.commonwl.org) in Emacs by using [Flycheck](http://www.flycheck.org/).
Requirements:
* Emacs 24.4 or later
* flycheck.el
* [Schema Salad](https://github.com/common-workflow-language/schema_salad) (2.6.20171101113912 or later)
To use this package, add the following line to your .emacs file:
```emacs
(require 'flycheck-cwl)
(setup-flycheck-cwl)
(setq flycheck-cwl-schema-path "/path/to/CommonWorkflowLanguage.yml")
```
It automatically enables on-the-fly syntax checker for CWL.