Skip to content

Commit 28258da

Browse files
committed
update tests to small set of non-changing repose to avoid false positives
1 parent c1607c5 commit 28258da

File tree

2 files changed

+134
-128
lines changed

2 files changed

+134
-128
lines changed

test/clone.js

+2-128
Original file line numberDiff line numberDiff line change
@@ -19,137 +19,11 @@ var test = require('tape')
1919
var TMP = path.join(__dirname, '..', 'tmp')
2020
var SEMISTANDARD = path.join(__dirname, '..', 'bin', 'cmd.js')
2121

22+
// var URLs = require('./semistandard-repos.json')
2223
var URLS = [
23-
'https://github.com/AlexeyGorokhov/delegate-normalizer',
24-
'https://github.com/AlexeyGorokhov/directory-files',
25-
'https://github.com/AlexeyGorokhov/jwt-identity',
26-
'https://github.com/AlexeyGorokhov/server-error-handler',
27-
'https://github.com/AlexeyGorokhov/stylesheet-injector',
28-
'https://github.com/AlexeyGorokhov/templator',
29-
'https://github.com/AlexeyGorokhov/ui-lang-detector',
30-
'https://github.com/Esri/Leaflet.shapeMarkers',
31-
'https://github.com/Esri/esri-leaflet-heatmap-feature-layer',
3224
'https://github.com/Flet/acetate',
3325
'https://github.com/Flet/cursorfun',
34-
'https://github.com/Flet/scenevr',
35-
'https://github.com/Hypercubed/wc.js',
36-
'https://github.com/JGAntunes/ampersand-infinite-scroll',
37-
'https://github.com/JGAntunes/ampersand-pagination-mixin',
38-
'https://github.com/Jam3/gl-shader-output',
39-
'https://github.com/JamieMason/shrinkpack',
40-
'https://github.com/MyPureCloud/ember-webrtc-devices',
41-
'https://github.com/MyPureCloud/ember-webrtc-troubleshoot',
42-
'https://github.com/RobLoach/jquery-once',
43-
'https://github.com/RobLoach/metalsmith-feedparser',
44-
'https://github.com/RobLoach/nconf-toml',
45-
'https://github.com/Roilan/mailchimpify',
46-
'https://github.com/Sagacify/logger',
47-
'https://github.com/SoullessWaffle/dotifier',
48-
'https://github.com/Woorank/social-url',
49-
'https://github.com/Woorank/structured-logging',
50-
'https://github.com/anarh/demo-scss-npm-module',
51-
'https://github.com/anarh/node-sass-import',
52-
'https://github.com/anarh/node-sass-import-example',
53-
'https://github.com/bb-ffbb/bbffbb-scraper',
54-
'https://github.com/bithound/cli.bithound.io',
55-
'https://github.com/blakeembrey/pluralize',
56-
'https://github.com/blinkmobile/varied-definition.js',
57-
'https://github.com/bnolan/kollection',
58-
'https://github.com/chrisinajar/american-sounding-names',
59-
'https://github.com/chrisinajar/anchor-pushstate',
60-
'https://github.com/chrisinajar/any-storage',
61-
'https://github.com/chrisinajar/collect-methods',
62-
'https://github.com/chrisinajar/config-request',
63-
'https://github.com/chrisinajar/has-chrome-storage',
64-
'https://github.com/chrisinajar/invoke-handler',
65-
'https://github.com/chrisinajar/json-stylesheets',
66-
'https://github.com/chrisinajar/main-loop-app',
67-
'https://github.com/chrisinajar/not-mercury',
68-
'https://github.com/chrisinajar/orderbook-calculation',
69-
'https://github.com/chrisinajar/weakmap-animation',
70-
'https://github.com/developmentseed/project-seed',
71-
'https://github.com/edenspiekermann/a11y-toggle',
72-
'https://github.com/esri/arcgis-to-geojson',
73-
'https://github.com/ethers/bitcoin-proof',
74-
'https://github.com/gabmontes/tiny-promisify',
75-
'https://github.com/geowarin/electron-hot-loader',
76-
'https://github.com/hotosm/oam-browser-filters',
77-
'https://github.com/hotosm/oam-catalog',
78-
'https://github.com/hudson-taylor/http-transport',
79-
'https://github.com/hudson-taylor/tcp-transport',
80-
'https://github.com/hudson-taylor/utils',
81-
'https://github.com/icyflame/convert-angle',
82-
'https://github.com/icyflame/cstimer-txt-to-json',
83-
'https://github.com/icyflame/generator-nm-semistandard',
84-
'https://github.com/icyflame/get-hosts-cli',
85-
'https://github.com/icyflame/get-numbers',
86-
'https://github.com/icyflame/math-sort',
87-
'https://github.com/icyflame/remove-min-max',
88-
'https://github.com/javiercejudo/is-sorted',
89-
'https://github.com/jonschlinkert/window-size',
90-
'https://github.com/jstransformers/inputformat-to-jstransformer',
91-
'https://github.com/kesla/node-snappy',
92-
'https://github.com/kesla/tapava',
93-
'https://github.com/larsthorup/amaze',
94-
'https://github.com/larsthorup/neo4j-sandbox',
95-
'https://github.com/larsthorup/node-request-har-capture',
96-
'https://github.com/larsthorup/node-sheet-reader',
97-
'https://github.com/larsthorup/sinon-har-server',
98-
'https://github.com/lovell/highwayhash',
99-
'https://github.com/lovell/petra',
100-
'https://github.com/lw7360/asciiartfarts',
101-
'https://github.com/marvinroger/node-binary-file',
102-
'https://github.com/mattdesl/scrape-scripts',
103-
'https://github.com/mattdesl/touch-position',
104-
'https://github.com/micnews/apple-news',
105-
'https://github.com/micnews/array-merge-equal',
106-
'https://github.com/micnews/article-json-to-apple-news',
107-
'https://github.com/micnews/dom-to-vdom',
108-
'https://github.com/micnews/embedly-url',
109-
'https://github.com/micnews/execute-scripts',
110-
'https://github.com/micnews/html-to-amp',
111-
'https://github.com/micnews/levelgraph-query',
112-
'https://github.com/micnews/save-selection',
113-
'https://github.com/micnews/walk-apple-news-format',
114-
'https://github.com/muzzley/zmq-pool',
115-
'https://github.com/nebez/gulp-semistandard',
116-
'https://github.com/numo-labs/aws-lambda-canary',
117-
'https://github.com/patrickarlt/acetate',
118-
'https://github.com/patrickarlt/acetate-asset-revisions',
119-
'https://github.com/patrickarlt/leaflet-virtual-grid',
120-
'https://github.com/patrickarlt/tiny-binary-search',
121-
'https://github.com/pwmckenna/node-travis-encrypt',
122-
'https://github.com/rstacruz/dom101',
123-
'https://github.com/scenevr/summary',
124-
'https://github.com/scijs/integrate-adaptive-simpson',
125-
'https://github.com/scijs/minimize-golden-section-1d',
126-
'https://github.com/scijs/ndarray-blas-level1',
127-
'https://github.com/scijs/ndarray-blas-level2',
128-
'https://github.com/scijs/ndarray-givens-qr',
129-
'https://github.com/shama/gaze',
130-
'https://github.com/shyiko/node-minimal-viable-pool',
131-
'https://github.com/sotojuan/anicollage',
132-
'https://github.com/sotojuan/anicollage-cli',
133-
'https://github.com/sotojuan/bitcly',
134-
'https://github.com/sotojuan/nani',
135-
'https://github.com/sotojuan/nani-cli',
136-
'https://github.com/sotojuan/sec-to-min',
137-
'https://github.com/sotojuan/tapes',
138-
'https://github.com/sotojuan/trashss',
139-
'https://github.com/sotojuan/wwwtxt',
140-
'https://github.com/sotojuan/zwwwtxt',
141-
'https://github.com/spudly/error-subclass',
142-
'https://github.com/spudly/error-wrapper',
143-
'https://github.com/thebergamo/k7',
144-
'https://github.com/thebergamo/k7-mongoose',
145-
'https://github.com/thebergamo/k7-sequelize',
146-
'https://github.com/voxpelli/node-installed-check',
147-
'https://github.com/wKovacs64/hibp',
148-
'https://github.com/wKovacs64/pwned',
149-
'https://github.com/warbrett/node-cronofy',
150-
'https://github.com/wbinnssmith/arraybuffer-equal',
151-
'https://github.com/wbinnssmith/promise-try',
152-
'https://github.com/wbinnssmith/smear'
26+
'https://github.com/Flet/scenevr'
15327
]
15428

15529
var MODULES = {}

test/semistandard-repos.json

+132
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
1+
[
2+
"https://github.com/AlexeyGorokhov/delegate-normalizer",
3+
"https://github.com/AlexeyGorokhov/directory-files",
4+
"https://github.com/AlexeyGorokhov/jwt-identity",
5+
"https://github.com/AlexeyGorokhov/server-error-handler",
6+
"https://github.com/AlexeyGorokhov/stylesheet-injector",
7+
"https://github.com/AlexeyGorokhov/templator",
8+
"https://github.com/AlexeyGorokhov/ui-lang-detector",
9+
"https://github.com/Esri/Leaflet.shapeMarkers",
10+
"https://github.com/Esri/esri-leaflet-heatmap-feature-layer",
11+
"https://github.com/Flet/acetate",
12+
"https://github.com/Flet/cursorfun",
13+
"https://github.com/Flet/scenevr",
14+
"https://github.com/Hypercubed/wc.js",
15+
"https://github.com/JGAntunes/ampersand-infinite-scroll",
16+
"https://github.com/JGAntunes/ampersand-pagination-mixin",
17+
"https://github.com/Jam3/gl-shader-output",
18+
"https://github.com/JamieMason/shrinkpack",
19+
"https://github.com/MyPureCloud/ember-webrtc-devices",
20+
"https://github.com/MyPureCloud/ember-webrtc-troubleshoot",
21+
"https://github.com/RobLoach/jquery-once",
22+
"https://github.com/RobLoach/metalsmith-feedparser",
23+
"https://github.com/RobLoach/nconf-toml",
24+
"https://github.com/Roilan/mailchimpify",
25+
"https://github.com/Sagacify/logger",
26+
"https://github.com/SoullessWaffle/dotifier",
27+
"https://github.com/Woorank/social-url",
28+
"https://github.com/Woorank/structured-logging",
29+
"https://github.com/anarh/demo-scss-npm-module",
30+
"https://github.com/anarh/node-sass-import",
31+
"https://github.com/anarh/node-sass-import-example",
32+
"https://github.com/bb-ffbb/bbffbb-scraper",
33+
"https://github.com/bithound/cli.bithound.io",
34+
"https://github.com/blakeembrey/pluralize",
35+
"https://github.com/blinkmobile/varied-definition.js",
36+
"https://github.com/bnolan/kollection",
37+
"https://github.com/chrisinajar/american-sounding-names",
38+
"https://github.com/chrisinajar/anchor-pushstate",
39+
"https://github.com/chrisinajar/any-storage",
40+
"https://github.com/chrisinajar/collect-methods",
41+
"https://github.com/chrisinajar/config-request",
42+
"https://github.com/chrisinajar/has-chrome-storage",
43+
"https://github.com/chrisinajar/invoke-handler",
44+
"https://github.com/chrisinajar/json-stylesheets",
45+
"https://github.com/chrisinajar/main-loop-app",
46+
"https://github.com/chrisinajar/not-mercury",
47+
"https://github.com/chrisinajar/orderbook-calculation",
48+
"https://github.com/chrisinajar/weakmap-animation",
49+
"https://github.com/developmentseed/project-seed",
50+
"https://github.com/edenspiekermann/a11y-toggle",
51+
"https://github.com/esri/arcgis-to-geojson",
52+
"https://github.com/ethers/bitcoin-proof",
53+
"https://github.com/gabmontes/tiny-promisify",
54+
"https://github.com/geowarin/electron-hot-loader",
55+
"https://github.com/hotosm/oam-browser-filters",
56+
"https://github.com/hotosm/oam-catalog",
57+
"https://github.com/hudson-taylor/http-transport",
58+
"https://github.com/hudson-taylor/tcp-transport",
59+
"https://github.com/hudson-taylor/utils",
60+
"https://github.com/icyflame/convert-angle",
61+
"https://github.com/icyflame/cstimer-txt-to-json",
62+
"https://github.com/icyflame/generator-nm-semistandard",
63+
"https://github.com/icyflame/get-hosts-cli",
64+
"https://github.com/icyflame/get-numbers",
65+
"https://github.com/icyflame/math-sort",
66+
"https://github.com/icyflame/remove-min-max",
67+
"https://github.com/javiercejudo/is-sorted",
68+
"https://github.com/jonschlinkert/window-size",
69+
"https://github.com/jstransformers/inputformat-to-jstransformer",
70+
"https://github.com/kesla/node-snappy",
71+
"https://github.com/kesla/tapava",
72+
"https://github.com/larsthorup/amaze",
73+
"https://github.com/larsthorup/neo4j-sandbox",
74+
"https://github.com/larsthorup/node-request-har-capture",
75+
"https://github.com/larsthorup/node-sheet-reader",
76+
"https://github.com/larsthorup/sinon-har-server",
77+
"https://github.com/lovell/highwayhash",
78+
"https://github.com/lovell/petra",
79+
"https://github.com/lw7360/asciiartfarts",
80+
"https://github.com/marvinroger/node-binary-file",
81+
"https://github.com/mattdesl/scrape-scripts",
82+
"https://github.com/mattdesl/touch-position",
83+
"https://github.com/micnews/apple-news",
84+
"https://github.com/micnews/array-merge-equal",
85+
"https://github.com/micnews/article-json-to-apple-news",
86+
"https://github.com/micnews/dom-to-vdom",
87+
"https://github.com/micnews/embedly-url",
88+
"https://github.com/micnews/execute-scripts",
89+
"https://github.com/micnews/html-to-amp",
90+
"https://github.com/micnews/levelgraph-query",
91+
"https://github.com/micnews/save-selection",
92+
"https://github.com/micnews/walk-apple-news-format",
93+
"https://github.com/muzzley/zmq-pool",
94+
"https://github.com/nebez/gulp-semistandard",
95+
"https://github.com/numo-labs/aws-lambda-canary",
96+
"https://github.com/patrickarlt/acetate",
97+
"https://github.com/patrickarlt/acetate-asset-revisions",
98+
"https://github.com/patrickarlt/leaflet-virtual-grid",
99+
"https://github.com/patrickarlt/tiny-binary-search",
100+
"https://github.com/pwmckenna/node-travis-encrypt",
101+
"https://github.com/rstacruz/dom101",
102+
"https://github.com/scenevr/summary",
103+
"https://github.com/scijs/integrate-adaptive-simpson",
104+
"https://github.com/scijs/minimize-golden-section-1d",
105+
"https://github.com/scijs/ndarray-blas-level1",
106+
"https://github.com/scijs/ndarray-blas-level2",
107+
"https://github.com/scijs/ndarray-givens-qr",
108+
"https://github.com/shama/gaze",
109+
"https://github.com/shyiko/node-minimal-viable-pool",
110+
"https://github.com/sotojuan/anicollage",
111+
"https://github.com/sotojuan/anicollage-cli",
112+
"https://github.com/sotojuan/bitcly",
113+
"https://github.com/sotojuan/nani",
114+
"https://github.com/sotojuan/nani-cli",
115+
"https://github.com/sotojuan/sec-to-min",
116+
"https://github.com/sotojuan/tapes",
117+
"https://github.com/sotojuan/trashss",
118+
"https://github.com/sotojuan/wwwtxt",
119+
"https://github.com/sotojuan/zwwwtxt",
120+
"https://github.com/spudly/error-subclass",
121+
"https://github.com/spudly/error-wrapper",
122+
"https://github.com/thebergamo/k7",
123+
"https://github.com/thebergamo/k7-mongoose",
124+
"https://github.com/thebergamo/k7-sequelize",
125+
"https://github.com/voxpelli/node-installed-check",
126+
"https://github.com/wKovacs64/hibp",
127+
"https://github.com/wKovacs64/pwned",
128+
"https://github.com/warbrett/node-cronofy",
129+
"https://github.com/wbinnssmith/arraybuffer-equal",
130+
"https://github.com/wbinnssmith/promise-try",
131+
"https://github.com/wbinnssmith/smear"
132+
]

0 commit comments

Comments
 (0)