1. 27 Jan, 2020 2 commits
    • Mike Lewis's avatar
      Merge branch 'docs-20200114-add-vale-config' into 'master' · 27983dee
      Mike Lewis authored
      Add Vale as an English language linter
      
      See merge request gitlab-org/gitlab!23032
      27983dee
    • Amy Qualls's avatar
      Add Vale as an English language linter · c4433196
      Amy Qualls authored
      Vale (https://errata-ai.github.io/vale/) is a grammar, style, and word
      usage linter for the English language. This merge request adds an
      INI file for Vale (.vale.ini) to the root directory of the repository,
      and creates a hidden folder (doc/.linting) for the storage of linting
      tests.
      
      Since the TW team uses multiple linting tools, and Vale also supports
      multiple collections of rules (called 'styles'), the path to the tests
      folder is doc/.linting/vale/styles/gitlab to support any future
      expansions that can't be predicted at this time.
      
      The folder currently contains only a .gitkeep file to meet the goal
      of a MVC. Tests should be developed, vetted, and added in separate
      merge requests, but those MRs all depend on the addition of the
      INI file and the directory structure.
      c4433196
  2. 26 Jan, 2020 6 commits
  3. 25 Jan, 2020 5 commits
  4. 24 Jan, 2020 27 commits