Skip to content

Commit 82d5156

Browse files
ScAzizperryqh
authored andcommitted
Support ownership for HAML files (#115)
* add before block to spec * add failing test for haml ownership * add haml comment pattern to TEAM_PATTERN regex * test removing file annotation
1 parent 2b233e5 commit 82d5156

File tree

3,563 files changed

+49769
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,563 files changed

+49769
-4
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.2
1+
3.3.5

Cargo.lock

+386
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This Cargo.toml is here to let externals tools (IDEs, etc.) know that this is
2+
# a Rust project. Your extensions dependencies should be added to the Cargo.toml
3+
# in the ext/ directory.
4+
5+
[workspace]
6+
members = ["./ext/libcodeowners"]
7+
resolver = "2"

0 commit comments

Comments
 (0)