Skip to content

Commit

Permalink
Fixed codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonito committed Apr 8, 2019
1 parent b819920 commit 4439399
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .codacy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
exclude_paths:
- '_client/web/stream_saver.js'
- '_client/web/wasm_exec.js'
1 change: 1 addition & 0 deletions _client/web/emitter.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// +build js,wasm

package main

import (
Expand Down
1 change: 1 addition & 0 deletions _client/web/main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// +build js,wasm

package main

import (
Expand Down
1 change: 1 addition & 0 deletions _client/web/receiver.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// +build js,wasm

package main

import (
Expand Down
1 change: 1 addition & 0 deletions _client/web/utils.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// +build js,wasm

package main

import "syscall/js"
Expand Down

0 comments on commit 4439399

Please sign in to comment.