parser 2.1.9 → 2.2.0.pre.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,25 +0,0 @@
1
- AllCops:
2
- Excludes:
3
- - lib/parser/lexer.rb
4
- - lib/parser/ruby18.rb
5
- - lib/parser/ruby19.rb
6
- - lib/parser/ruby20.rb
7
- - lib/parser/ruby21.rb
8
-
9
- HashSyntax:
10
- Enabled: false
11
-
12
- LineLength:
13
- Max: 120
14
-
15
- MethodLength:
16
- Enabled: false
17
-
18
- SymbolName:
19
- Enabled: false
20
-
21
- IfUnlessModifier:
22
- Enabled: false
23
-
24
- Lambda:
25
- Enabled: false