File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ Portions Copyright (c) 2017-2018, Chris Fraire <
[email protected] >.
124
124
<version >1.6.0</version >
125
125
<executions >
126
126
<execution >
127
+ <id >Python flake8</id >
127
128
<configuration >
128
129
<executable >flake8</executable >
129
130
<arguments >
@@ -138,6 +139,20 @@ Portions Copyright (c) 2017-2018, Chris Fraire <
[email protected] >.
138
139
<goal >exec</goal >
139
140
</goals >
140
141
</execution >
142
+ <execution >
143
+ <id >Python lint</id >
144
+ <configuration >
145
+ <executable >pylint</executable >
146
+ <arguments >
147
+ <argument >-E</argument >
148
+ <argument >${project.build.sourceDirectory} /opengrok_tools</argument >
149
+ </arguments >
150
+ </configuration >
151
+ <phase >verify</phase >
152
+ <goals >
153
+ <goal >exec</goal >
154
+ </goals >
155
+ </execution >
141
156
<execution >
142
157
<id >generate python env</id >
143
158
<configuration >
You can’t perform that action at this time.
0 commit comments