Skip to content

Commit 0ffbe52

Browse files
feat!: Remove semicolon_linter (#93)
1 parent 7ccd119 commit 0ffbe52

8 files changed

Lines changed: 340 additions & 221 deletions

File tree

NAMESPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ export(redundant_ifelse_linter)
5353
export(rep_len_linter)
5454
export(right_assignment_linter)
5555
export(sample_int_linter)
56-
export(semicolon_linter)
5756
export(seq_linter)
5857
export(setup_flir)
5958
export(setup_flir_gha)

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
* `T_and_F_symbol` do not detect anymore the use of `F` and `T` when those are
2929
used in the `:` operation (#81).
3030

31+
* `semicolon_linter` is no longer used. It is a linter related to code
32+
formatting only and therefore isn't in the scope of `flir` (and the current
33+
implementation was buggy). It is also handled by the `Air` formatter (#93).
34+
3135
## Bug fixes
3236

3337
* `lint_*()` and `fix_*()` now work with relative paths to YAML files, for

0 commit comments

Comments
 (0)