Skip to content
Merged
Show file tree
Hide file tree
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
46 changes: 0 additions & 46 deletions .codeclimate.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .csslintrc

This file was deleted.

1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

213 changes: 0 additions & 213 deletions .eslintrc

This file was deleted.

4 changes: 0 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
.codeclimate.yml export-ignore
.csslintrc export-ignore
.eslintignore export-ignore
.eslintrc export-ignore
.github export-ignore
.gitignore export-ignore
.gitattributes export-ignore
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ This is the repository for the development of the phpBB Board Rules Extension.

[![Build Status](https://github.com/phpbb-extensions/boardrules/actions/workflows/tests.yml/badge.svg)](https://github.com/phpbb-extensions/boardrules/actions)
[![codecov](https://codecov.io/gh/phpbb-extensions/boardrules/graph/badge.svg?token=YetAXFXZyQ)](https://codecov.io/gh/phpbb-extensions/boardrules)
[![Code Climate](https://codeclimate.com/github/phpbb-extensions/boardrules/badges/gpa.svg)](https://codeclimate.com/github/phpbb-extensions/boardrules)

## Install

Expand Down
4 changes: 0 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@

<delete file="${dir}/.gitignore" />
<delete file="${dir}/.gitattributes" />
<delete file="${dir}/.codeclimate.yml" />
<delete file="${dir}/.csslintrc" />
<delete file="${dir}/.eslintignore" />
<delete file="${dir}/.eslintrc" />
<delete file="${dir}/build.xml" />
<delete file="${dir}/composer.lock" />
<delete file="${dir}/phpunit.xml.dist" />
Expand Down