Merged pre-commit (pre testing)
This commit is contained in:
@ -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
|
||||||
|
|
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user