File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,9 @@ jobs:
169169 - run :
170170 name : Test plotly bundles againt unexpected characters
171171 command : npm run no-bad-char
172+ - run :
173+ name : Test plotly bundles againt duplicate keys
174+ command : npm run no-dup-keys
172175 - run :
173176 name : Test certain bundles against function constructors
174177 command : npm run no-new-func
Original file line number Diff line number Diff line change 3333 "lint-fix" : " eslint . --fix || true" ,
3434 "no-new-func" : " eslint --no-ignore --no-eslintrc --no-inline-config --rule '{no-new-func: error}' $(find dist -type f -iname '*.js' | grep -v plotly-gl* | grep -v plotly-with-meta.* | grep -v plotly.js | grep -v plotly.min.js | grep -v MathJax.js)" ,
3535 "no-bad-char" : " eslint --no-ignore --no-eslintrc --no-inline-config --rule '{no-misleading-character-class: error}' $(find dist -type f -iname '*.js' | grep plotly)" ,
36+ "no-dup-keys" : " eslint --no-ignore --no-eslintrc --no-inline-config --rule '{no-dupe-keys: error}' $(find dist -type f -iname '*.js' | grep plotly)" ,
3637 "docker" : " node tasks/docker.js" ,
3738 "pretest" : " node tasks/pretest.js" ,
3839 "test-jasmine" : " karma start test/jasmine/karma.conf.js" ,
You can’t perform that action at this time.
0 commit comments