Introduce readability-identifier-naming check

This commit enforces naming style for Classes and global constants:
Camel_Snake_Case for Classes
UPPER_CASE for global constants
CamelCase for abstract classes
This commit is contained in:
Carles Fernandez
2019-02-22 10:47:24 +01:00
parent 6d6979bb56
commit 62a7e54359
356 changed files with 2277 additions and 2268 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
#include "gnss_synchro.h"
template <typename Data>
class concurrent_queue;
class Concurrent_Queue;
/*! \brief This abstract class represents an interface to an acquisition GNSS block.
*
+1 -1
View File
@@ -41,7 +41,7 @@
#include "gnss_synchro.h"
template <typename Data>
class concurrent_queue;
class Concurrent_Queue;
/*!
* \brief This abstract class represents an interface to a tracking block.