From ecdeda7712afba1860873d7c53bd13b767668131 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Tue, 20 Oct 2015 00:11:08 +0300 Subject: [PATCH] fix tags --- _posts/2015-10-17-cppcheck-and-clang-format.html | 2 +- ru/_posts/2015-10-17-cppcheck-and-clang-format.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2015-10-17-cppcheck-and-clang-format.html b/_posts/2015-10-17-cppcheck-and-clang-format.html index 26db6c1..818f4e0 100644 --- a/_posts/2015-10-17-cppcheck-and-clang-format.html +++ b/_posts/2015-10-17-cppcheck-and-clang-format.html @@ -3,7 +3,7 @@ category: en type: paper hastr: true layout: paper -tags: awesome-widgets, development, c++, cmake +tags: development, c++, cmake title: Add cppcheck and clang-format for a cmake project short: cppcheck-and-clang-format description: A small How-To which describes how to add automatic code style checking and static analyser to a project on C++ which uses cmake as a build system. diff --git a/ru/_posts/2015-10-17-cppcheck-and-clang-format.html b/ru/_posts/2015-10-17-cppcheck-and-clang-format.html index d12c008..4c2d66b 100644 --- a/ru/_posts/2015-10-17-cppcheck-and-clang-format.html +++ b/ru/_posts/2015-10-17-cppcheck-and-clang-format.html @@ -3,7 +3,7 @@ category: ru type: paper hastr: true layout: paper -tags: awesome-widgets, development, c++, cmake +tags: разработка, c++, cmake title: Добавляем cppcheck и clang-format для проекта на cmake short: cppcheck-and-clang-format description: Небольшое How-To посвященное прикручиванию автоматической проверки стиля, а также статического анализатора к проекту на C++, который использует в качестве системы сборки cmake.