Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

[TASK] Improve documentation of this GitHub action #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# TYPO3 CopyPaste detector Lint Github Action

This action lints CopyPaste detector code of your TYPO3 extension.
This action checks the code of your TYPO3 extension with the [CopyPaste detector](https://github.com/sebastianbergmann/phpcpd) regarding duplicate lines of code. This helps to write better code and reduce the maintenance afford of your code.

## Inputs

### `Files`

Files you want to lint. Default `Classes Configuration Tests`.
Base folder(s) you want to check. Default `Classes Configuration Tests`.

## Example usage

Expand Down