Feature request: classify whatever.BUILD files as bazel files

オープン
#103 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
48/100
issue の種類
機能追加
明瞭さ
明確に書かれている
活発さ
停滞
技術スタック
python
領域
tooling

調査の方向性

Start by locating the existing filename classification rule for BUILD and BUILD.bazel files in identify, then compare it with the proposed regex. Done means paths ending in .BUILD are classified as bazel files while BUILD and BUILD.bazel continue to work; verify the matching behavior with the project's relevant checks.

索引モデルが issue の本文から書いたものです。

説明

Currently identify has support for BUILD and BUILD.bazel files. it would be good to add support for *.BUILD files as well.

In case its helpful, here is the relevant regex that should describe a bazel file, when matching against a filepath:

^(.*/)?(BUILD\.bazel|BUILD)$|\.BUILD$
主要言語
Python
スター
297
フォーク
179
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

pre-commit/identify のほかの issue

pre-commit/identify の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。