Skip to content

Commit

Permalink
Remove cpplint
Browse files Browse the repository at this point in the history
  • Loading branch information
aobolensk committed Dec 30, 2023
1 parent 99b7b9b commit a282782
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 145 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
sudo apt-get install cppcheck ninja-build
sudo apt-get install mpich libmpich* mpi* openmpi-bin
sudo apt-get install libomp-dev
sudo apt-get install python3-pip
sudo python3 -m pip install --upgrade pip
sudo python3 -m pip install setuptools cpplint
sudo apt-get install valgrind
- name: Update submodules
run: git submodule update --init --recursive
Expand Down Expand Up @@ -60,8 +57,6 @@ jobs:
sudo apt-get install mpich libmpich* mpi* openmpi-bin
sudo apt-get install libomp-15-dev
sudo apt-get install python3-pip
sudo python3 -m pip install --upgrade pip
sudo python3 -m pip install setuptools cpplint
sudo apt-get install valgrind
- name: Update submodules
run: git submodule update --init --recursive
Expand Down
9 changes: 0 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,6 @@ if( USE_TBB )
include(cmake/onetbb.cmake)
endif( USE_TBB )

############################## CPPLINT ##############################
find_package(Python3 REQUIRED)
enable_testing()
if( NOT (APPLE OR WIN32) )
include(cmake/cpplint.cmake)
cpplint_add_subdirectory(tasks)
cpplint_add_subdirectory(modules)
endif( NOT (APPLE OR WIN32) )

######################### Performance mode ##########################
option(USE_PERF_MODE OFF)
if( USE_PERF_MODE )
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ The following parallel programming technologies are considered in practice:
### Code style analysis
Please, follow [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html).

```
pip install cpplint # (Python3)
```
Code style is checked using [clang-format](https://clang.llvm.org/docs/ClangFormat.html) tool.

### Parallel programming technologies
### `MPI`
Expand Down
128 changes: 0 additions & 128 deletions cmake/cpplint.cmake

This file was deleted.

0 comments on commit a282782

Please sign in to comment.