Skip to content

Commit

Permalink
conf, makefile 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
yby654 committed Oct 7, 2024
1 parent cb155c8 commit efc761c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ dependency: ## Get dependencies
@echo Checking dependencies...
@${GO_COMMAND} mod tidy

# lint: dependency ## Lint the files
# @echo "Running linter..."
# @if [ ! -f "${GOPATH}/bin/golangci-lint" ] && [ ! -f "$(GOROOT)/bin/golangci-lint" ]; then \
# ${GO_COMMAND} install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.60.3; \
# fi
# @golangci-lint run --timeout 30m -E contextcheck -D unused
lint: dependency ## Lint the files
@echo "Running linter..."
@if [ ! -f "${GOPATH}/bin/golangci-lint" ] && [ ! -f "$(GOROOT)/bin/golangci-lint" ]; then \
${GO_COMMAND} install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.60.3; \
fi
@golangci-lint run --timeout 30m -E contextcheck -D unused

test: dependency ## Run unittests
@echo "Running tests..."
Expand Down
1 change: 0 additions & 1 deletion conf/cm-cicada.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ cm-cicada:
templates_directory: "./lib/airflow/example/workflow_template/"
airflow-server:
address: 127.0.0.1:8080
# address: 192.168.160.139:8080
use_tls: false
# skip_tls_verify: true
init_retry: 5
Expand Down

0 comments on commit efc761c

Please sign in to comment.