File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ Portions Copyright (c) 2017-2018, 2020, Chris Fraire <
[email protected] >.
42
42
<python .system.executable>python3</python .system.executable>
43
43
<python .environment>${project.build.directory} /env/bin</python .environment>
44
44
<project .python.package.version>${project.version} </project .python.package.version>
45
+ <python .checkstyle.line-length>119</python .checkstyle.line-length>
45
46
</properties >
46
47
47
48
<profiles >
@@ -280,6 +281,8 @@ Portions Copyright (c) 2017-2018, 2020, Chris Fraire <
[email protected] >.
280
281
<arguments >
281
282
<argument >-m</argument >
282
283
<argument >pylint</argument >
284
+ <argument >--max-line-length</argument >
285
+ <argument >${python.checkstyle.line-length} </argument >
283
286
<argument >-E</argument >
284
287
<argument >${project.build.sourceDirectory} /opengrok_tools</argument >
285
288
<argument >${project.build.directory} /setup.py</argument >
@@ -299,6 +302,8 @@ Portions Copyright (c) 2017-2018, 2020, Chris Fraire <
[email protected] >.
299
302
<arguments >
300
303
<argument >-m</argument >
301
304
<argument >flake8</argument >
305
+ <argument >--max-line-length</argument >
306
+ <argument >${python.checkstyle.line-length} </argument >
302
307
<argument >-v</argument >
303
308
<argument >${project.build.sourceDirectory} </argument >
304
309
<argument >${project.build.testSourceDirectory} </argument >
You can’t perform that action at this time.
0 commit comments