Skip to content

Commit

Permalink
chore: Cleanup menu and Makefile
Browse files Browse the repository at this point in the history
- Fix highlighted menu in installation page
- Remove unused variable from Makefile
  • Loading branch information
MontealegreLuis committed Aug 25, 2021
1 parent cb22234 commit 152faa6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ build:

tools:
external_code_coverage:
timeout: 600
runs: 3
timeout: 1200
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
SHELL = /bin/bash

ARGS=""
INFECTION_BADGE_API_KEY=""

.PHONY: help
help: ## Show help
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
currentMenu: index
currentMenu: installation
---

# Installation
Expand Down

0 comments on commit 152faa6

Please sign in to comment.