0.0.6 • Published 7 years ago

ttd-lint v0.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

ttd-lint

ttd-lint is a linter for checking certain words.

asciicast

Install

npm install ttd-lint -g

Usage

This will check all files in the docs directory

ttd-lint docs
# Github
docs/index.rst:5:Github

Found certain words, please resolve it.

Configure

You can either use a global configuration file ~/.ttd-lintrc or one in your current working directory /docs ./.ttd-lintrc.

Github
Javascript

describe\.only(
it\.only(

Difference of this fork

  • ttd-linter is checking case sensitive and for the exact match
  • ttd-linter is tested against shellcheck

Please note, ttd-lint is only tested on Ubuntu 16.10 and Debian 8.

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago