Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vkucera committed Jul 30, 2024
1 parent 1b0cfb1 commit 19b334f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scripts/o2_linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def test_line(self, line: str) -> bool:


class TestROOT(TestSpec):
"""Detect use of unnecessary ROOT entities."""
"""Detect unnecessary use of ROOT entities."""

name = "root-entity"
message = "Consider replacing ROOT entities with STD C++ or O2 entities."
Expand Down Expand Up @@ -357,7 +357,7 @@ def test_line(self, line: str) -> bool:


class TestPiMultipleFraction(TestSpec):
"""Detect multiplying/dividing of pi for existing equivalent constants."""
"""Detect multiples/fractions of pi for existing equivalent constants."""

name = "pi-multiple-fraction"
message = "Consider using multiples/fractions of PI defined in o2::constants::math."
Expand Down

0 comments on commit 19b334f

Please sign in to comment.