Giter Club home page Giter Club logo

arc-proselint's Introduction

prose-lint for arc

prose-lint is a lint engine for use with Phabricator's arc command line tool. It uses the open source proselint tool.

Features

prose-lint generates advice messages.

Example output:

Advice  (misc.annotations) proselint violation
Annotation left in text.

          91 
          92 
>>>       93 TODO(featherless): Some todo left in text.
          94 
          95 
          
Advice  (garner.phrasal_adjectives.ly) proselint violation
No hyphen is necessary in phrasal adjectives with an adverb ending in -ly.

          31 
          32 
          33 
>>>       34 > This thing should be globally-unique.
          35 
          36 
          37 

Installation

Install proselint

pip install proselint

Read the proselint installation guide for more details.

Project-specific

Add this repository as a git submodule.

git submodule init
git submodule add <url for this repo>

Your .arcconfig should list arc-proselint in the load configuration:

{
  "load": [
    "path/to/arc-proselint"
  ]
}

Global

Clone this repository to the same directory where arcanist and libphutil are globally located. Your directory structure will look like so:

arcanist/
libphutil/
arc-proselint/

Your .arcconfig should list arc-proselint in the load configuration (without a path):

{
  "load": [
    "arc-proselint"
  ]
}

Usage

Create a .arclint file in the root of your project and add the following content:

{
  "prose": {
    "type": "prose",
    "include": "(\\.(md)$)"
  },
}

Feel free to change the include/exclude regexes to suit your project's needs.

Configuration options

Checks can be ignored by configuring their severity:

{
  "prose": {
    "type": "prose",
    "include": "(\\.(md)$)",
    "severity": {
      "typography.symbols.curly_quotes": "disabled",
      "typography.symbols.ellipsis": "disabled",
      "leonard.exclamation.30ppm": "disabled"
    }
  },
}

License

Licensed under the Apache 2.0 license. See LICENSE for details.

arc-proselint's People

Contributors

jparise avatar jverkoey avatar suchow avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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