Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanMaron committed Oct 20, 2021
2 parents 109c787 + a8b801f commit 88f6e84
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# BusinessCentral.LinterCop

[![Github All Releases](https://img.shields.io/github/downloads/StefanMaron/BusinessCentral.LinterCop/total?label=Downloads%20total)]()
[![Github All Releases](https://img.shields.io/github/v/release/StefanMaron/BusinessCentral.LinterCop?label=latest%20version)]()
[![Github All Releases](https://img.shields.io/github/downloads/StefanMaron/BusinessCentral.LinterCop/latest/total?label=downloads%20latest%20version)]()

## Please Contribute!

The Linter is not finished yet (and probably never will be :D ) If you have any rule on mind that would be nice to be covered, **please start a new [discussion](https://github.com/StefanMaron/BusinessCentral.LinterCop/discussions)!** then we can maybe sharpen the rule a bit if necessary and I will create an issue afterwards. This way we can build value for all of us. If you want to write the rule yourself you can of course also submit a pull request ;)
Expand Down Expand Up @@ -44,7 +48,7 @@ Further note that you should have BcContainerHelper version 2.0.16 (or newer) in
|LC0009|Show info message about code metrics for each function or trigger|Disabled|
|LC0010|Show warning about code metrics for each function or trigger if either cyclomatic complexity is 8 or greater or maintainability index 20 or lower|Warning|
|LC0011|Every object needs to specify a value for the `Access` property. Either `true` or `false`. Optionally this can also be activated for table fields with the setting `enableRule0011ForTableFields`|Disabled|
|LC0012|Using hardcoded IDs in functions like `Codeunit.Run()` is not allow (Preview)|Warning|
|LC0012|Using hardcoded IDs in functions like `Codeunit.Run()` is not allowed|Warning|

## Configuration

Expand Down

0 comments on commit 88f6e84

Please sign in to comment.