Skip to main content

Linters and formatters for ensuring WPILib's source code conforms to its style guide

Project description

Provides linters and formatters for ensuring WPILib’s C++, Java, and Python code conform to its style guide. WPILib uses a variant of the Google style guides.

Dependencies

Installation

On Windows, execute:

py -m pip install wpiformat

On Linux/OSX, execute:

pip install wpiformat

Project Setup

To use these tools with a new project, copy .styleguide, and .styleguide-license from the examples folder into the project and create a new .clang-format file based on the desired C/C++ style.

Note: Since wpiformat already handles include ordering, it is recommended to use SortIncludes: false in .clang-format.

.styleguide

wpiformat checks the current directory for the .styleguide file. If one doesn’t exist, all parent directories are tried as well. See the .styleguide file in the docs/examples directory for all possible groups.

This file contains groups of file name regular expressions. There are two groups of regexes which prevent tasks (i.e., formatters and linters) from running on matching files:

  • generated files

  • modifiable files

Generated files should not be modified; if they are, wpiformat will emit warnings. No warnings are emitted for modifications to modifiable files. All files ignored by patterns in a repository’s .gitignore file are considered modifiable files. Exclusion groups take precedence over inclusion groups.

File names matching regexes in the group licenseUpdateExclude will be skipped by the license header update task.

Empty config groups can be omitted. Directory separators must be “/”, not “". During processing, they will be replaced internally with an os.sep that is automatically escaped for regexes.

Valid include guard patterns use capital letters, start with the repository name, include the path to the file and the file name itself, have directory separators and hyphens replaced with underscores, and have a trailing underscore. The path to the file starts from the repository root by default. Other paths, such as include directories, can be specified in the group includeGuardRoots. If a path matches, that string will be truncated from the include guard pattern.

For example, given a file at allwpilib/src/main/native/include/wpiutil/support/ConcurrentQueue.h and an include path of src/main/native/include/, the resulting include guard would be ALLWPILIB_WPIUTIL_SUPPORT_CONCURRENTQUEUE_H_.

The group repoRootNameOverride allows one to override the repository name used in include guards. This is useful for giving subprojects within one repository different repository roots in their include guards. Only specify one name in this group because subsequent names will be ignored.

The groups includeRelated, includeCSys, includeCppSys, includeOtherLibs, and includeProject correspond to the header groups in the style guide. If a header name matches a regex in one of the groups, it overrides the default ordering and is placed in the corresponding group. The groups of regexes are checked in order of include group precedence.

The regex for C system headers produces false positives on headers from “other libraries”. Regexes for them should be added to includeOtherLibs. Libraries with many headers generally group them within a folder, so a regex for just the folder will suffice.

NOLINT can be appended in a comment to a header include to prevent wpiformat’s header include sorter from modifying it and to maintain its relative ordering with other header includes. This will, in effect, treat it as a barrier across which no header includes will be moved. Header includes on each side of the barrier will still be sorted as normal.

.styleguide-license

This file contains the license header template. It should contain Copyright (c) followed by the company name and the string {year}. See the .styleguide-license file in the docs/examples directory.

wpiformat checks the currently processed file’s directory for a .styleguide file first and traverses up the directory tree if one isn’t found. This allows templates which are closer to the processed file to override a project’s main template.

The license header is always at the beginning of the file and ends after two newlines. If there isn’t one, or it doesn’t contain the required copyright contents, wpiformat inserts a new one containing the current year.

{year} is replaced with a year range from the earliest copyright year in the file to the current year. If the earliest year is the current year, only that year will be written.

{padding} is optional and represents an expanding space which pads the line to 80 columns. Multiple instances of {padding} on the same line share the padding equally.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wpiformat-2024.46.tar.gz (117.2 kB view details)

Uploaded Source

Built Distribution

wpiformat-2024.46-py3-none-any.whl (129.2 kB view details)

Uploaded Python 3

File details

Details for the file wpiformat-2024.46.tar.gz.

File metadata

  • Download URL: wpiformat-2024.46.tar.gz
  • Upload date:
  • Size: 117.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for wpiformat-2024.46.tar.gz
Algorithm Hash digest
SHA256 107efe22b81b33a985f5b3ab439e507fde639833f584c8e7329b24930b7b4489
MD5 5d86a7265c545d49678379976c084df0
BLAKE2b-256 5e991c650c0e949e1746e61578f247f2708d7d0534e144b6bc5cd73832f52347

See more details on using hashes here.

File details

Details for the file wpiformat-2024.46-py3-none-any.whl.

File metadata

  • Download URL: wpiformat-2024.46-py3-none-any.whl
  • Upload date:
  • Size: 129.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for wpiformat-2024.46-py3-none-any.whl
Algorithm Hash digest
SHA256 6ce57d7d54f027f0acded4779f1fccbc58555db655c78bdbe40e8ae4a2e6ca55
MD5 fc12cbc50c7edb4312279225e72a9e73
BLAKE2b-256 7e2549e27045b95b1ece711cf395cbaece8102ce75fbf8825dc7a170c54f2524

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page