exercism / exercism/vimscript

Pass linting checks

Đang mở
#95 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
x:action/fix x:knowledge/elementary x:size/medium x:type/content
Ngôn ngữ chính
Vim Script
Star
22
Fork
27
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._

The [configlet tool](https://github.com/exercism/canonical-data-syncer) has a `lint` command that checks if a track's configuration files are properly structured - both syntactically and semantically. Misconfigured tracks may not sync correctly, may look wrong on the website, or may present a suboptimal user experience, so configlet's guards play an important part in maintaining the integrity of Exercism.

We're updating configlet to work with v3 tracks, which have a different set of requirements than v2 tracks.

The full list of rules that will be checked by the linter can be found in [this spec](https://github.com/exercism/v3-docs/blob/main/anatomy/tracks/configlet/linting.md).

⚠ Note that only a subset of the linting rules has been implemented at this moment. This means that while your track may be passing the checks at this moment, it might fail later. We thus strongly suggest you keep this issue open until we let you know otherwise.

## Goal

Ensure that the track passes all the (v3 track) checks defined in `configlet lint`.

To help verify that the track passes all the linting rules, the v3 preparation PR has added a GitHub Actions workflow that automatically runs `configlet lint`.

It is also possible to run `configlet lint` locally by running the `./bin/fetch-configlet` (or `./bin/fetch-configlet.ps1`) script to download a local copy of the configlet binary. Once downloaded, you can then do `./bin/configlet lint` to run the linting on your own machine.

## Tracking

https://github.com/exercism/v3-launch/issues/3

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.