Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 Pull mirroring failed .
上次成功更新
  1. 2月 13, 2025
  2. 1月 28, 2025
  3. 8月 05, 2024
  4. 12月 09, 2020
    • Amy Qualls's avatar
      Don't run Vale on SVG replacement codes · 2273074e
      Amy Qualls 创作于
      The SVG replacement codes can't be guaranteed to be
      real words, but it doesn't matter. They shouldn't be
      linted by Vale. This MR proposes a TokenIgnores
      line that skips items matching a regex of **{this}**.
      
      Note that tier badges, blessedly, use **(this)**
      instead of curly braces, so we can lint them
      separately.
      2273074e
  5. 3月 17, 2020
  6. 2月 12, 2020
    • Amy Qualls's avatar
      Remove redundant section from .vale.ini · a1e61e6c
      Amy Qualls 创作于
      The .vale.ini file for linting tests contained a section for
      instructions on how to lint just *.md files, and another section for
      linting both *.md and *.txt files. If you included conflicting
      instructions in those sections, Vale became very confused and did
      not apply tests in the manner you might expect.
      
      This commit removes the redundant section so test results will be
      predictable and less error-prone.
      a1e61e6c
  7. 1月 27, 2020
    • Amy Qualls's avatar
      Add Vale as an English language linter · c4433196
      Amy Qualls 创作于
      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
加载中