Commit Graph

11 Commits

Author SHA1 Message Date
omochimetaru
736b0ed987 ignore dot build 2024-12-18 00:11:38 +09:00
Robert Widmann
2d07f382c5 Delete _InternalSwiftSyntaxParser And Its Build Infrastructure
This is the start of the removal of the C++ implementation of libSyntax
in favor of the new Swift Parser and Swift Syntax libraries. Now that
the Swift Parser has switched the SwiftSyntaxParser library over to
being a thin wrapper around the Swift Parser, there is no longer any
reason we need to retain any libSyntax infrastructure in the swift
compiler.

As a first step, delete the infrastructure that builds
lib_InternalSwiftSyntaxParser and convert any scripts that mention
it to instead mention the static mirror libraries. The --swiftsyntax
build-script flag has been retained and will now just execute the
SwiftSyntax and Swift Parser builds with the just-built tools.
2022-11-02 10:35:29 -07:00
YOCKOW
c1e154a9cb [Gardening] Remove trailing whitespaces in Python scripts. (W291)
That has been marked as 'FIXME' for three years.
This commit fixes it.
2022-08-25 16:08:36 +09:00
Ross Bayer
d4eaf9059c [Python: flake8] Update the .flake8 config file to remove non-existent files. 2020-02-08 15:32:44 -08:00
Ross Bayer
29a7edded6 [Python] Update the .flake8 config file to lint all existing Python scripts.
The utils/dev-scripts/at-to-filelist, utils/dev-scripts/split-cmdline and utils/build-parser-lib scripts needed to be reformatted with the black tool to agree with the linter.
2020-02-06 15:39:25 -08:00
Ross Bayer
bf8228499d [Python: flake8] Update the project .flake8 config to prepare for the black code formatting tool. 2020-02-02 16:44:35 -08:00
Graydon Hoare
b2fbf45a07 Ignore flake8 warning W504 line break after binary operator. 2018-11-06 11:38:39 -08:00
Jordan Rose
816c4df162 Add remote-run to the binaries checked by python_lint
Necessary because its name doesn't end in ".py".
2018-08-08 20:41:02 -07:00
practicalswift
054ad86e0f [gardening] Fix invalid references in .flake8 2017-04-11 09:37:55 +02:00
Hugh Bellamy
ffecec1c3d Ignore trailing whitespace errors in python-lint 2017-03-27 11:43:19 +07:00
Hugh Bellamy
c34aa68916 Fix flake8 config file 2017-03-23 14:05:15 +07:00