From 97d1c712c5d82f9de90e59c97df0d1e9b7a099ce Mon Sep 17 00:00:00 2001 From: Elliot Hillary Date: Thu, 21 Mar 2024 04:08:35 +1100 Subject: [PATCH] Create delphilint (#1552) --- data/tools/delphilint.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 data/tools/delphilint.yml diff --git a/data/tools/delphilint.yml b/data/tools/delphilint.yml new file mode 100644 index 000000000..fb30bd81e --- /dev/null +++ b/data/tools/delphilint.yml @@ -0,0 +1,11 @@ +name: DelphiLint +categories: + - linter +tags: + - delphi +license: LGPL-3.0-only license +types: + - ide-plugin +source: 'https://github.com/integrated-application-development/delphilint' +homepage: 'https://github.com/integrated-application-development/delphilint' +description: A Delphi IDE package providing on-the-fly code analysis and linting, powered by SonarDelphi. \ No newline at end of file