Skip to content

Commit

Permalink
imp(lint): Remove outdated Python implementation (#10)
Browse files Browse the repository at this point in the history
* remove python implementation

* add changelog entry

* adjust ci job to only run on pushes to main
  • Loading branch information
MalteHerrmann authored Jun 1, 2024
1 parent b24bd9d commit aa354bc
Show file tree
Hide file tree
Showing 14 changed files with 6 additions and 1,227 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Cargo Build & Test

on:
push:
branches: [main]
pull_request:

env:
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@

- (lint) [#5](https://github.com/MalteHerrmann/changelog-utils/pull/5) Implement fix flag for linter CLI.
- (lint) [#4](https://github.com/MalteHerrmann/changelog-utils/pull/4) Rewrite linter implementation in Rust.
- (lint) [#1](https://github.com/MalteHerrmann/changelog-utils/pull/1) Add initial implementation for linter in Python.
- (lint) [#1](https://github.com/MalteHerrmann/changelog-utils/pull/1) Add initial implementation for linter in Python.

### Improvements

- (lint) [#6](https://github.com/MalteHerrmann/changelog-utils/pull/6) Remove Python implementation.
1 change: 0 additions & 1 deletion linter/.gitignore

This file was deleted.

28 changes: 0 additions & 28 deletions linter/README.md

This file was deleted.

56 changes: 0 additions & 56 deletions linter/change_type.py

This file was deleted.

168 changes: 0 additions & 168 deletions linter/check_changelog.py

This file was deleted.

Loading

0 comments on commit aa354bc

Please sign in to comment.