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 b5588b2 commit 777a3b8Copy full SHA for 777a3b8
Scripts/o2_linter.py
@@ -381,6 +381,7 @@ class TestRootLorentzVector(TestSpec):
381
"Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead."
382
)
383
rationale = "Performance. Use up-to-date tools."
384
+ references = []
385
suffixes = [".h", ".cxx"]
386
387
def test_line(self, line: str) -> bool:
0 commit comments