From 0fea24d0ebd50e46d079bf52612e0d5edc3f6fea Mon Sep 17 00:00:00 2001 From: Kevin Wenger Date: Thu, 27 Jun 2024 13:17:05 +0200 Subject: [PATCH] remove styleCI integration in favor of Github Actions and linters --- .styleci.yml | 13 ------------- CHANGELOG.md | 2 ++ 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 .styleci.yml diff --git a/.styleci.yml b/.styleci.yml deleted file mode 100644 index 5f1606f..0000000 --- a/.styleci.yml +++ /dev/null @@ -1,13 +0,0 @@ -preset: psr2 - -risky: false - -finder: - exclude: - - "tests" - - "vendor" - - "bin" - name: - - "*.php" - path: - - "./" diff --git a/CHANGELOG.md b/CHANGELOG.md index ac9038a..dd3a194 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Removed +- remove styleCI integration in favor of Github Actions and linters ## [1.0.0] - 2024-06-24 ### Added