Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
xadupre committed Jul 25, 2022
1 parent 9acacb2 commit 9999b68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _unittests/ut_languages/test_parse_code_csharp.py
Expand Up @@ -56,7 +56,7 @@ def test_csharp_parse(self):
tree = parser.compilation_unit()
st = get_tree_string(tree, parser)
self.assertNotEmpty(st)
self.assertIn("/// <summary>", st)
self.assertIn("namespace", st)


if __name__ == "__main__":
Expand Down
1 change: 1 addition & 0 deletions src/pyensae/_pylint_common.py
Expand Up @@ -31,6 +31,7 @@ def _private_test_style_src(fLOG, run_lint, verbose=False, pattern=".*[.]py$"):
"R0401: Cyclic import (src.pyensae.sql.sql_interface",
"R0401: Cyclic import (pyensae.sql.sql_interface",
"database_core2.py:230: R1714",
"RFilter.py",
])


Expand Down

0 comments on commit 9999b68

Please sign in to comment.