Skip to content
Snippets Groups Projects
Unverified Commit 98831a48 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Exclude plugins dir from rubocop and codeclimate config

parent 7424e0e5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -45,3 +45,4 @@ exclude_paths:
- log/
- backups/
- coverage-javascript/
- plugins/
Loading
Loading
@@ -17,6 +17,7 @@ AllCops:
- 'bin/**/*'
- 'generator_templates/**/*'
- 'builds/**/*'
- 'plugins/**/*'
CacheRootDirectory: tmp
 
# This cop checks whether some constant value isn't a
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment