Skip to content

Commit

Permalink
fixup! fixup! fixup! Create github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeweerd committed Jan 16, 2024
1 parent 6df4e8e commit 3db4017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logToCs.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def convert_text_to_checkstyle(text, root_path=None):
add_error_entry(root, **fields, root_path=root_path)
return ET.tostring(root, encoding="utf_8").decode("utf_8")

class GH
class GH:
initialized = False

Check failure on line 90 in logToCs.py

View workflow job for this annotation

GitHub Actions / pre-commit

logToCs.py: C0115: Missing class docstring (missing-class-docstring)

Check failure on line 90 in logToCs.py

View workflow job for this annotation

GitHub Actions / pre-commit

logToCs.py: R0903: Too few public methods (1/2) (too-few-public-methods)
check_run = None

Expand Down

0 comments on commit 3db4017

Please sign in to comment.