Skip to content

Commit

Permalink
Fix CITATION.cff and add lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shirayu committed Jun 23, 2023
1 parent e96e3ae commit 8b72daa
Show file tree
Hide file tree
Showing 4 changed files with 228 additions and 10 deletions.
3 changes: 2 additions & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
cff-version: 1.2.0
message: "If you use this work in a project of yours and write about it, please cite our paper using the following citation data."
authors:
- family-names: Hayashibe
given-names: Yuta
Expand All @@ -17,7 +18,7 @@ preferred-citation:
doi: 10.18653/v1/2020.wnut-1.10
collection-title: Proceedings of The 6th Workshop on Noisy User-generated Text
year: 2020
month: November
month: 11
publisher:
name: Association for Computational Linguistics
url: https://aclanthology.org/2020.wnut-1.10/
Expand Down
5 changes: 3 additions & 2 deletions mks/lint.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ check_version:



lint: flake8 black pyright isort yamllint pydocstyle check_version
lint: flake8 black pyright isort yamllint pydocstyle check_version lint_cff

_run_isort:
isort -rc .
Expand Down Expand Up @@ -64,4 +64,5 @@ lint_markdown:
| $(GREP_EXCLUDE) \
| xargs npx markdownlint --config ./.markdownlint.json


lint_cff:
cffconvert --validate
Loading

0 comments on commit 8b72daa

Please sign in to comment.