nu 0.112.2

A new type of shell
1
2
3
4
5
6
7
8
9
10
# yaml-language-server: $schema=https://raw.githubusercontent.com/ast-grep/ast-grep/main/schemas/rust_rule.json

id: long-string
language: rust
severity: off
message: "String literal too wide"

rule:
  kind: string_literal
  regex: '[^\n]{80,}'