crinja_lint

Version, currently main branch1 version
  • main branchlatestFeb 26, 2025

github.com/nobodywasishere/crinja_lint-archive

No description declared in shard.yml.

2 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  crinja_lint:
    github: nobodywasishere/crinja_lint-archive
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
>= 1.15.1
License
MIT
Author
Margret Riegert
Target
  • crinja_lint from src/cli.cr

Dependencies

Runtime Dependencies

  • crinja*github: straight-shoota/crinja

README

crinja_lint

Linter for Crinja, heavily based on Ameba

Installation

$ shards build crinja_lint

Usage

Command-line interface still in progress. For now, will lint all *.html.j2 and *.jinja2 files in the current directory.

$ crinja_lint
...

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/nobodywasishere/crinja_lint/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors