File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
- namespace Rubberduck . Parsing . Inspections . Abstract
2
- {
3
- public enum ParsePass
4
- {
5
- AttributesPass ,
6
- CodePanePass ,
7
- }
1
+ using Rubberduck . Parsing . VBA ;
8
2
3
+ namespace Rubberduck . Parsing . Inspections . Abstract
4
+ {
9
5
public interface IParseTreeInspection : IInspection
10
6
{
11
7
ParsePass Pass { get ; }
Original file line number Diff line number Diff line change 154
154
<Compile Include =" Inspections\Abstract\IInspector.cs" />
155
155
<Compile Include =" Inspections\Abstract\IParseTreeInspection.cs" />
156
156
<Compile Include =" Inspections\Abstract\IQuickFix.cs" />
157
+ <Compile Include =" VBA\ParsePass.cs" />
157
158
<Compile Include =" Inspections\CannotAnnotateAttribute.cs" />
158
159
<Compile Include =" Inspections\RequiredLibraryAttribute.cs" />
159
160
<Compile Include =" Inspections\Resources\CodeInspectionSeverity.cs" />
Original file line number Diff line number Diff line change
1
+ namespace Rubberduck . Parsing . VBA
2
+ {
3
+ public enum ParsePass
4
+ {
5
+ AttributesPass ,
6
+ CodePanePass ,
7
+ }
8
+ }
You can’t perform that action at this time.
0 commit comments