Skip to content

Commit 6e821a7

Browse files
authored
Merge pull request #319 from smalruby/ignore-coverage
chore: ignore coverage for eslint
2 parents 07e1673 + cd10f83 commit 6e821a7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ workflows:
219219
commitlint:
220220
jobs:
221221
- commitlint/lint:
222+
target-branch: develop
222223
filters:
223224
branches:
224225
ignore:

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ build/*
33
dist/*
44
static/javascripts/*
55
opal/*
6+
coverage/*

0 commit comments

Comments
 (0)