Merged pre-commit (pre testing)

This commit is contained in:
Magnus Persson
2022-01-07 10:26:35 +01:00
parent e3ac920fc4
commit 5612c0ce64
3 changed files with 9 additions and 10 deletions

View File

@ -1,8 +1,8 @@
repos: repos:
- repo: https://github.com/bmorcos/pre-commit-hooks-cpp - repo: https://github.com/bmorcos/pre-commit-hooks-cpp
rev: 9a5aa38207bf557961110d6a4f7e3a9d352911f9 rev: 9a5aa38207bf557961110d6a4f7e3a9d352911f9
hooks: hooks:
- id: clang-format - id: clang-format
- id: cpplint - id: cpplint
- id: cppcheck - id: cppcheck

View File

@ -21,11 +21,11 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. SOFTWARE.
*/ */
#include <config.h>
#include <curveFitting.h> #include <curveFitting.h>
#include <tinyexpr.h> #include <tinyexpr.h>
#include <calc.hpp> #include <calc.hpp>
#include <config.hpp>
#include <helper.hpp> #include <helper.hpp>
#include <tempsensor.hpp> #include <tempsensor.hpp>

View File

@ -21,8 +21,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. SOFTWARE.
*/ */
#include <config.h> #include <config.hpp>
#include <gyro.hpp> #include <gyro.hpp>
#include <pushtarget.hpp> #include <pushtarget.hpp>