diff options
| author | realtradam <[email protected]> | 2021-06-10 13:29:47 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2021-06-10 13:29:47 -0400 |
| commit | f79d08089a49ca0f2aa2318b1a13ccabda2d9aaa (patch) | |
| tree | 3062d5a9f98d48cac9dcc8f2025507f5f76b7d66 /codeclimate/env.rb | |
| parent | 9db98b8955125584debf17d7204715a1149578c5 (diff) | |
| download | FelECS-f79d08089a49ca0f2aa2318b1a13ccabda2d9aaa.tar.gz FelECS-f79d08089a49ca0f2aa2318b1a13ccabda2d9aaa.zip | |
added codeclimate rake task
Diffstat (limited to 'codeclimate/env.rb')
| -rw-r--r-- | codeclimate/env.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/codeclimate/env.rb b/codeclimate/env.rb new file mode 100644 index 0000000..59129ab --- /dev/null +++ b/codeclimate/env.rb @@ -0,0 +1 @@ +ENV['CC_TEST_REPORTER_ID'] = '' |
