fast-megabyte-33579
03/29/2017, 9:49 PMrough-minister-58256
03/29/2017, 9:49 PMfast-megabyte-33579
03/29/2017, 9:49 PMrough-minister-58256
03/29/2017, 9:49 PMWhen arc is integrated with a lint toolkit, it enables the arc lint command and runs lint on changes during arc diff.
rough-minister-58256
03/29/2017, 9:49 PMfast-megabyte-33579
03/29/2017, 9:50 PMrough-minister-58256
03/29/2017, 9:51 PMhappy-kitchen-89482
03/29/2017, 11:12 PMhappy-kitchen-89482
03/29/2017, 11:13 PMrough-minister-58256
03/29/2017, 11:13 PMhappy-kitchen-89482
03/29/2017, 11:22 PMhappy-kitchen-89482
03/29/2017, 11:23 PMwitty-crayon-22786
03/30/2017, 12:28 AMInvalidated 238 targets.
F401:ERROR tests/python/pants_test/base_test.py:021 'BuildConfiguration' imported but unused
|from pants.build_graph.build_configuration import BuildConfiguration
F401:ERROR tests/python/pants_test/base_test.py:022 'BuildFileAddressMapper' imported but unused
|from pants.build_graph.build_file_address_mapper import BuildFileAddressMapper
F401:ERROR tests/python/pants_test/base_test.py:024 'BuildFileParser' imported but unused
|from pants.build_graph.build_file_parser import BuildFileParser
F401:ERROR tests/python/pants_test/base_test.py:025 'MutableBuildGraph' imported but unused
|from pants.build_graph.mutable_build_graph import MutableBuildGraph
F821:ERROR tests/python/pants_test/base_test.py:268-274 undefined name 'EngineInitializer'
| graph_helper = EngineInitializer.setup_legacy_graph(
| self.pants_ignore_patterns,
| self.pants_workdir,
| build_ignore_patterns=self.build_ignore_patterns,
| exclude_target_regexps=None,
| subproject_roots=None,
| )
F821:ERROR tests/python/pants_test/base_test.py:277 undefined name 'LiteralTargetRoots'
| LiteralTargetRoots([]),
FAILURE: 6 Python Style issues found. For import order related issues, please try `./pants fmt.isort <targets>`
17:27:14 00:17 [complete]
FAILURE
witty-crayon-22786
03/30/2017, 12:28 AMwitty-crayon-22786
03/30/2017, 12:29 AMrough-minister-58256
03/30/2017, 12:31 AM./pants lint compile
as standard workflow tho, no?witty-crayon-22786
03/30/2017, 12:31 AMwitty-crayon-22786
03/30/2017, 12:31 AMrough-minister-58256
03/30/2017, 12:34 AMcompile
forces a one-size-fits-all modelwitty-crayon-22786
03/30/2017, 12:34 AMwitty-crayon-22786
03/30/2017, 12:35 AMcompile
? probably. but not unused imports.fast-nail-55400
03/30/2017, 12:37 AMcargo check
?witty-crayon-22786
03/30/2017, 12:38 AMrough-minister-58256
03/30/2017, 12:41 AMwitty-crayon-22786
03/30/2017, 12:44 AMrough-minister-58256
03/30/2017, 12:51 AMwitty-crayon-22786
03/30/2017, 12:52 AMrough-minister-58256
03/30/2017, 12:53 AMwitty-crayon-22786
03/30/2017, 12:54 AMrough-minister-58256
03/30/2017, 12:56 AMcompile
-> warning, style errors on lint
-> error.