We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2cf15 commit d80690aCopy full SHA for d80690a
app/Domain/PackageAnalyser.php
@@ -226,6 +226,11 @@ private function checkCodingStyleToolExistence(): ViolationStatus
226
}
227
228
229
+ if (file_exists($this->directoryToAnalyse.DIRECTORY_SEPARATOR.'mago.toml')) {
230
+ return ViolationStatus::True;
231
+ }
232
+
233
234
return ViolationStatus::False;
235
236
0 commit comments