File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/com/magento/idea/magento2plugin Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
import com .intellij .patterns .XmlPatterns ;
11
11
import com .intellij .psi .xml .XmlTokenType ;
12
12
// CHECKSTYLE IGNORE check FOR NEXT 6 LINES
13
- import com .magento .idea .magento2plugin .completion .provider .*;
14
- import com .magento .idea .magento2plugin .completion .provider .mftf .*;
13
+ import com .magento .idea .magento2plugin .completion .provider .*;//NOPMD
14
+ import com .magento .idea .magento2plugin .completion .provider .mftf .*;//NOPMD
15
15
import com .magento .idea .magento2plugin .magento .files .*;//NOPMD
16
16
import static com .intellij .patterns .PlatformPatterns .psiElement ;
17
17
import static com .intellij .patterns .StandardPatterns .string ;
Original file line number Diff line number Diff line change 13
13
import com .magento .idea .magento2plugin .magento .files .MftfTest ;
14
14
import com .magento .idea .magento2plugin .magento .files .UiComponentXml ;
15
15
// CHECKSTYLE IGNORE check FOR NEXT 5 LINES
16
- import com .magento .idea .magento2plugin .reference .provider .*;
17
- import com .magento .idea .magento2plugin .reference .provider .mftf .*;
16
+ import com .magento .idea .magento2plugin .reference .provider .*;//NOPMD
17
+ import com .magento .idea .magento2plugin .reference .provider .mftf .*;//NOPMD
18
18
import com .magento .idea .magento2plugin .util .RegExUtil ;
19
19
import org .jetbrains .annotations .NotNull ;
20
- import static com .intellij .patterns .XmlPatterns .*;
20
+ import static com .intellij .patterns .XmlPatterns .*;//NOPMD
21
21
22
22
/**
23
23
* TODO: enable style checks after decomposition.
You can’t perform that action at this time.
0 commit comments