GithubHelp home page GithubHelp logo

isabella232 / alex Goto Github PK

View Code? Open in Web Editor NEW

This project forked from errata-ai/alex

0.0 0.0 0.0 23 KB

A Vale-compatible implementation of the guidelines enforced by the alex linter: catch insensitive, inconsiderate writing.

License: MIT License

Ruby 33.61% Gherkin 66.39%

alex's Introduction

alex Build Status Vale version license

alex: Catch insensitive, inconsiderate writing.

This repository contains a Vale-compatible implementation of the guidelines enforced by the alex (LICENSE) linter.

Getting Started

โ— alex requires Vale >= 1.7.0. โ—

Download the latest release, copy the "alex" directory to your StylesPath, and include it in your configuration file:

# This goes in a file named either `.vale.ini` or `_vale.ini`.
StylesPath = path/to/some/directory
MinAlertLevel = warning # suggestion, warning or error

# Only Markdown and .txt files; change to whatever you're using.
[*.{md,txt}]
# List of styles to load.
BasedOnStyles = alex

See Usage for more information.

Using the Template

This repository serves as a template for creating your own style. The following files/folders should be edited with your own infomation:

  • alex: This is where your actual style should be implemented. Re-name the folder and replace its content with your .yml rule files.

  • features + fixtures: This is where your tests should reside.

  • LICENSE: replace with your own license information.

  • .travis.yml: Replace all instances of "alex" with the name of your style. You'll also need to add your own $GITHUB_TOKEN to your Travis CI repository settings.

alex's People

Contributors

jdkato avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.