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

Remove unused Pylint configuration - ornl-next #38120

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions buildconfig/CMake/CommonSetup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,6 @@ include(ClangTidy)
# ######################################################################################################################
include(CppCheckSetup)

# ######################################################################################################################
# Setup pylint
# ######################################################################################################################
include(PylintSetup)

# ######################################################################################################################
# Set up the unit tests target
# ######################################################################################################################
Expand Down
36 changes: 0 additions & 36 deletions buildconfig/CMake/FindPylint.cmake

This file was deleted.

52 changes: 0 additions & 52 deletions buildconfig/CMake/PylintSetup.cmake

This file was deleted.

1 change: 0 additions & 1 deletion buildconfig/CMake/UiToPy.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ function(UiToPy5 ui_files target_name)
add_custom_command(
OUTPUT ${generated_file}
COMMAND ${PYTHON_EXECUTABLE} -m PyQt5.uic.pyuic -x ${source_file} -o ${generated_file}
COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/buildconfig/wrap_pyui.py ${generated_file}
DEPENDS ${source_file}
)
# Record all generated files
Expand Down
9 changes: 1 addition & 8 deletions buildconfig/Jenkins/leeroy.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,21 +91,14 @@ Config file (`config.json`)
"jenkins_job_name": "pull_requests-cppcheck",
"context": "cppcheck",
"downstream": true,
"downstream_builds": ["Pylint"]
"downstream_builds": ["RHEL6", "Windows", "OSX", "Doxygen", "Ubuntu + Documentation Tests", "RHEL7 + System Tests"]
},
{
"github_repo": "mantidproject/mantid",
"jenkins_job_name": "pull_requests-doxygen",
"context": "Doxygen",
"downstream": true
},
{
"github_repo": "mantidproject/mantid",
"jenkins_job_name": "pull_requests-pylint",
"context": "Pylint",
"downstream": true,
"downstream_builds": ["RHEL6", "Windows", "OSX", "Doxygen", "Ubuntu + Documentation Tests", "RHEL7 + System Tests"]
},
{
"github_repo": "mantidproject/mantid",
"jenkins_job_name": "pull_requests-clang-format",
Expand Down
117 changes: 0 additions & 117 deletions buildconfig/Jenkins/pylint-buildscript

This file was deleted.

43 changes: 0 additions & 43 deletions buildconfig/wrap_pyui.py

This file was deleted.

2 changes: 0 additions & 2 deletions tools/Pylint/README.md

This file was deleted.

Loading
Loading