Skip to content

tom-tan/flycheck-cwl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 in Emacs by using Flycheck.

Requirements:

  • Emacs 24.4 or later
  • flycheck.el
  • Schema Salad (2.6.20171101113912 or later)

To use this package, add the following line to your .emacs file:

    (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.

About

Add on-the-fly checker for Common Workflow Language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published