This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Custom standards and installed_paths option (#8)
- Loading branch information
Showing
3 changed files
with
45 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,22 @@ | ||
name: 'PHP_CodeSniffer Check' | ||
description: 'PHPCS checker with annotations out of the box' | ||
name: 'PHP_CodeSniffer Check with Annotations' | ||
description: 'PHPCS checker with auto annotations out of the box' | ||
author: 'Ilya Chekalsky' | ||
inputs: | ||
enable_warnings: | ||
description: 'Enable checking for warnings (-w)' | ||
required: false | ||
default: '' | ||
phpcs_bin_path: | ||
description: 'Path to phpcs binary' | ||
required: false | ||
default: 'phpcs' | ||
installed_paths: | ||
description: 'Setting the installed standard paths' | ||
required: false | ||
default: '' | ||
runs: | ||
using: 'docker' | ||
image: 'Dockerfile' | ||
branding: | ||
icon: 'check-circle' | ||
color: 'green' | ||
icon: 'zap' | ||
color: 'purple' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters