Skip to content

Commit b8afaba

Browse files
committed
Remove qa scripts
These live in https://github.com/codeclimate/qm_qa now
1 parent bd523ba commit b8afaba

7 files changed

+8
-76
lines changed

.dockerignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
.git/
2-
qa/examples

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
base_rubocop.yml
22
node_modules
3-
qa/examples

DEVELOPERS.md

+7
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,10 @@
88
* install composer: `curl "https://getcomposer.org/installer" | php`
99
* update `composer.lock`: `php composer.phar update`
1010
* `rm composer.phar`
11+
12+
## QA
13+
14+
There is an automated [QA tool](https://github.com/codeclimate/qm_qa) that can
15+
be used to run the engine against a popular set of OSS repos across supported
16+
languages. If you are adding a new language here, please add that language to
17+
the list of languages scanned by the QA tool, and run it!

Makefile

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: image test citest qa
1+
.PHONY: image test citest
22

33
IMAGE_NAME ?= codeclimate/codeclimate-duplication
44

@@ -10,8 +10,3 @@ test: image
1010

1111
citest:
1212
docker run --rm $(IMAGE_NAME) bundle exec rake
13-
14-
qa: image
15-
# requires QA=true to run locally
16-
# optionally pass `LANGS="x y"`
17-
qa/bin/clone_and_test_examples qa/examples $(IMAGE_NAME)

circle.yml

-5
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,10 @@ dependencies:
1414
codeclimate/patrick pull || true
1515
- docker login --username "$DOCKER_USERNAME" --password "$DOCKER_PASSWORD" --email "$DOCKER_EMAIL"
1616
- make image
17-
cache_dependencies:
18-
- qa/examples
1917

2018
test:
2119
override:
2220
- make citest
23-
# N.B. Only QA-ing languages which have been updated to use our new parser
24-
# backend
25-
- LANGS=java make qa
2621

2722
deployment:
2823
registry:

qa/bin/clone_and_test_examples

-56
This file was deleted.

qa/config.template.json

-7
This file was deleted.

0 commit comments

Comments
 (0)