diff --git a/.phpcs.xml b/.phpcs.xml deleted file mode 100644 index 4a33a69..0000000 --- a/.phpcs.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - Coding standard based on PSR12 with comments from PEAR for Galette - - lib/ - - /.git/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/bin/release b/bin/release index 36f9fed..e0f38a3 100755 --- a/bin/release +++ b/bin/release @@ -377,9 +377,7 @@ def add_libs(rel_name, galette_archive): shutil.rmtree(os.path.join(npm_dir, '.github')) shutil.rmtree(os.path.join(npm_dir, 'bin')) shutil.rmtree(os.path.join(npm_dir, 'tests')) - os.remove(os.path.join(npm_dir, '.docheader')) os.remove(os.path.join(npm_dir, '.gitignore')) - os.remove(os.path.join(npm_dir, '.phpcs.xml')) os.remove(os.path.join(npm_dir, '.php-cs-fixer.dist.php')) os.remove(os.path.join(npm_dir, 'phpstan.neon')) os.remove(os.path.join(npm_dir, 'lang/Makefile'))