Feature request: classify whatever.BUILD files as bazel files
まだ誰も着手していません。
評価
調査の方向性
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 はありません
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
pre-commit/identify のほかの issue
-
難易度 3/5 1〜2日 初心者へのやさしさ 35/100
pre-commit/identify#72 · コメント 1 件 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
pre-commit/identify#61 · コメント 2 件 ·
pre-commit/identify の issue をすべて見る
似ている issue
-
documentation help wanted
難易度 2/5 1〜3時間 初心者へのやさしさ 90/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 90/100
simonw/sqlite-utils#872 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 88/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 82/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 78/100