aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-01-14 00:48:10 +0100
committerGitHub <noreply@github.com>2023-01-13 15:48:10 -0800
commit9220755302317e8030c5bbf334357c0d64df9fa4 (patch)
tree3ee671d186e47fab2c7e808f9236fe65005b890f /Makefile
parentb884d0b37031ec3d5a521925ea66621b572adfda (diff)
downloadrneovim-9220755302317e8030c5bbf334357c0d64df9fa4.tar.gz
rneovim-9220755302317e8030c5bbf334357c0d64df9fa4.tar.bz2
rneovim-9220755302317e8030c5bbf334357c0d64df9fa4.zip
build: remove clint error suppression #21782
Fix remaining clint errors and remove error suppression completely. Rename the lint targets to align with the established naming convention: - lintc-clint lints with clint.py. - lintc-uncrustify lints with uncrustify. - lintc runs both targets. lintc is also provided as a make target for convenience. After this change we can remove these files: https://github.com/neovim/doc/tree/gh-pages/reports/clint https://github.com/neovim/doc/blob/main/ci/clint-errors.sh
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a29fa57e75..110e9e3760 100644
--- a/Makefile
+++ b/Makefile
@@ -130,7 +130,7 @@ src/nvim/testdir/%.vim: phony_force
functionaltest functionaltest-lua unittest benchmark: | nvim
$(BUILD_TOOL) -C build $@
-lintlua lintsh lintuncrustify lintc lintcfull check-single-includes generated-sources lintcommit lint formatc formatlua format: | build/.ran-cmake
+lintlua lintsh lintc check-single-includes generated-sources lintcommit lint formatc formatlua format: | build/.ran-cmake
$(CMAKE_PRG) --build build --target $@
test: functionaltest unittest