-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.rubocop_todo.yml
More file actions
32 lines (28 loc) · 921 Bytes
/
.rubocop_todo.yml
File metadata and controls
32 lines (28 loc) · 921 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2016-10-06 20:09:56 +0530 using RuboCop version 0.42.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
# Offense count: 1
Lint/Eval:
Exclude:
- 'lib/symengine.rb'
# Offense count: 28
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes.
# URISchemes: http, https
Metrics/LineLength:
Max: 178
# Offense count: 8
Style/Documentation:
Exclude:
- 'spec/**/*'
- 'test/**/*'
- 'lib/symengine.rb'
- 'lib/symengine/basic.rb'
- 'lib/symengine/complex.rb'
- 'lib/symengine/complex_double.rb'
- 'lib/symengine/integer.rb'
- 'lib/symengine/iruby.rb'
- 'lib/symengine/undef_function.rb'