Skip to content

Commit

Permalink
Merge pull request #12 from RedisBloom/linter.on.tests
Browse files Browse the repository at this point in the history
Disabling linter on minunit.h
  • Loading branch information
filipecosta90 committed Feb 28, 2021
2 parents b891a1b + cd1fb30 commit 265c005
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/minunit.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
// clang-format off
#ifndef MINUNIT_MINUNIT_H
#define MINUNIT_MINUNIT_H

Expand Down Expand Up @@ -383,3 +384,4 @@ static double mu_timer_cpu(void) {
#endif

#endif /* MINUNIT_MINUNIT_H */
// clang-format on

0 comments on commit 265c005

Please sign in to comment.