Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit b8afaba

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

File tree

7 files changed

+8
-76
lines changed

7 files changed

+8
-76
lines changed

‎.dockerignore‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
.git/
2-
qa/examples

‎.gitignore‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
base_rubocop.yml
22
node_modules
3-
qa/examples

‎DEVELOPERS.md‎

Lines changed: 7 additions & 0 deletions
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‎

Lines changed: 1 addition & 6 deletions
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‎

Lines changed: 0 additions & 5 deletions
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‎

Lines changed: 0 additions & 56 deletions
This file was deleted.

‎qa/config.template.json‎

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /