File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -260,6 +260,8 @@ ij_java_wrap_comments = false
260260ij_java_wrap_first_method_in_call_chain = false
261261ij_java_wrap_long_lines = false
262262
263+ # Java line length is handled by google-java-format
264+ max_line_length = off
263265[* .proto ]
264266ij_continuation_indent_size = 2
265267ij_proto_keep_indents_on_empty_lines = false
@@ -761,3 +763,7 @@ ij_properties_spaces_around_key_value_delimiter = false
761763[{* .yaml, * .yml} ]
762764ij_yaml_keep_indents_on_empty_lines = false
763765ij_yaml_keep_line_breaks = true
766+
767+ [* .md ]
768+ # Markdown line length is handled by rumdl
769+ max_line_length = off
Original file line number Diff line number Diff line change 1+ [formatting ]
2+ column_width = 120
3+ indent_string = " "
Original file line number Diff line number Diff line change 11{
22 $schema : 'https://docs.renovatebot.com/renovate-schema.json' ,
33 extends : [
4- "github>grafana/flint#v0.20.4 " ,
4+ "github>grafana/flint#v0.21.0 " ,
55 'config:best-practices' ,
66 'helpers:pinGitHubActionDigestsToSemver' ,
77 'customManagers:githubActionsVersions' ,
Original file line number Diff line number Diff line change 11[tools ]
22
33# Linters
4+ actionlint = " 1.7.12"
5+ "aqua:owenlamont/ryl" = " 0.7.0"
6+ editorconfig-checker = " 3.6.1"
7+ "github:google/google-java-format" = " 1.35.0"
48"github:grafana/flint" = " 0.20.4"
9+ "github:jonwiggins/xmloxide" = " 0.4.2"
10+ "github:koalaman/shellcheck" = " 0.11.0"
11+ ktlint = " 1.8.0"
512lychee = " 0.23.0"
13+ "pipx:codespell" = " 2.4.2"
14+ rumdl = " 0.1.83"
15+ shfmt = " 3.13.1"
16+ taplo = " 0.10.0"
617
718[settings ]
819# Only install tools explicitly defined in the [tools] section above
@@ -18,3 +29,10 @@ use_file_shell_for_executable_tasks = true
1829description = " Run link checks"
1930raw_args = true
2031run = " flint run lychee"
32+
33+ [tasks ."lint:fix" ]
34+ description = " Auto-fix lint issues"
35+ run = " flint run --fix"
36+
37+ [env ]
38+ FLINT_CONFIG_DIR = " .github/config"
You can’t perform that action at this time.
0 commit comments