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

Docker support2 #28

Merged
merged 47 commits into from
Jul 22, 2024
Merged

Docker support2 #28

merged 47 commits into from
Jul 22, 2024

Conversation

jcdkiki
Copy link
Collaborator

@jcdkiki jcdkiki commented Jul 6, 2024

No description provided.

@thehighestmath
Copy link
Collaborator

Теперь гайд из ридми работает
+добавлю, чтобы запускать примеры из репозитория из корня можно выполнить команду

docker run --rm -it -v ./examples/ex-goto:/app/solution:ro oclint_checker --rule StringCompareRule --rule GotoStatementRule

или

docker run --rm -it -v ./examples/ex-goto:/app/solution:ro oclint_checker

.gitignore Outdated Show resolved Hide resolved
CMakeLists.txt Outdated Show resolved Hide resolved
Dockerfile Outdated Show resolved Hide resolved
rules/GlobalVariableRule.cpp Outdated Show resolved Hide resolved
rules/MallocSizeofRule.cpp Show resolved Hide resolved
rules/StringCompareRule.cpp Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment