Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add codespell config, workflow and make it fix some typos #413

Merged
merged 13 commits into from
Feb 5, 2024

Conversation

yarikoptic
Copy link
Contributor

No description provided.

jorge-lip and others added 12 commits June 7, 2023 16:35
Devel3: fix unit tests, linting
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w -i 3 -C 2 ./udocker/genstr.py ./paper/paper.md",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
… automagically

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
@@ -34,7 +34,7 @@ def test_01__init(self, mock_path, mock_hinfo):
mock_path.return_value = "/some_contdir"
mock_hinfo.uid = "1000"
elfp = ElfPatcher(self.local, self.contid)
self.assertTrue(mock_path.callled)
self.assertTrue(mock_path.called)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a functionality fix... not sure how/if was passing before

@mariojmdavid mariojmdavid changed the base branch from master to devel3 February 5, 2024 10:27
@mariojmdavid mariojmdavid merged commit 0b5276c into indigo-dc:devel3 Feb 5, 2024
1 check was pending
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants