Skip to content

Commit 777a3b8

Browse files
committed
Add reference list
1 parent b5588b2 commit 777a3b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Scripts/o2_linter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ class TestRootLorentzVector(TestSpec):
381381
"Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead."
382382
)
383383
rationale = "Performance. Use up-to-date tools."
384+
references = []
384385
suffixes = [".h", ".cxx"]
385386

386387
def test_line(self, line: str) -> bool:

0 commit comments

Comments
 (0)