diff options
| author | realtradam <[email protected]> | 2022-02-17 07:55:00 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-02-17 07:55:00 -0500 |
| commit | fcd25e47987a8fd35a1712201dcc035707fd462c (patch) | |
| tree | 74e5513a0859bc9ed2e0843071c341730a992260 /.codeclimate.yml | |
| parent | 99ebe846c1f2aeb63d21eb2a0ddebcf751d28aae (diff) | |
| download | FelECS-fcd25e47987a8fd35a1712201dcc035707fd462c.tar.gz FelECS-fcd25e47987a8fd35a1712201dcc035707fd462c.zip | |
fix code climate and remove deprecated files
Diffstat (limited to '.codeclimate.yml')
| -rw-r--r-- | .codeclimate.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml index 2089409..0237889 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,3 +1,5 @@ exclude_patterns: -- "mrbgem/" + - "mrbgem/" - "spec/" +- "bin/" +- "docs/" |
