Skip to content

20001020ycx/clp-plugin-presto-connector

 
 

Repository files navigation

Presto CLP connector plugins

Requirements

Adding files

Certain file types need to be added to our linting rules manually:

  • YAML. If adding a YAML file (regardless of its extension), add it (or its parent directory) as an argument to the yamllint command in taskfiles/lint.yaml.

Linting

Before submitting a pull request, ensure you've run the linting commands below and either fixed any violations or suppressed the warning.

To run all linting checks:

task lint:check

To run all linting checks AND automatically fix any fixable issues:

task lint:fix

Running specific linters

The commands above run all linting checks, but for performance you may want to run a subset using one of the tasks in the table below.

Task Description
lint:check-yaml Runs the YAML linters.
lint:fix-yaml Runs the YAML linters and fixes issues.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 61.4%
  • C++ 37.2%
  • CMake 1.4%