We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f256c8 commit 4affcf9Copy full SHA for 4affcf9
lib/code_ownership/private/ownership_mappers/file_annotations.rb
@@ -18,7 +18,7 @@ class FileAnnotations
18
extend T::Sig
19
include Mapper
20
21
- TEAM_PATTERN = T.let(%r{\A(?:#|//) @team (?<team>.*)\Z}.freeze, Regexp)
+ TEAM_PATTERN = T.let(%r{\A(?:#|//|-#) @team (?<team>.*)\Z}.freeze, Regexp)
22
DESCRIPTION = 'Annotations at the top of file'
23
24
sig do
0 commit comments