Skip to content

Commit 9b3e44d

Browse files
authored
Merge pull request #169 from gnikit/gnikit/issue168
Add pre-commit.ci
2 parents 0447fb0 + 9ba6af4 commit 9b3e44d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
## 2.13.0
66

7+
### Added
8+
9+
- Added pre-commit.ci to `fortls`
10+
([#168](https://github.com/gnikit/fortls/issues/168))
11+
712
### Fixed
813

914
- Fixed `intent(in out)` not being parsed correctly

test/test_source/hover/intent.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ subroutine intent(arg1, arg2, arg3, arg4, arg5)
55
integer(4), intent(inout) :: arg3
66
integer(4), intent(in out) :: arg4
77
real, optional, intent(in) :: arg5
8-
end subroutine intent
8+
end subroutine intent

0 commit comments

Comments
 (0)