I've created a ticket SONARJS-548
Please feel free to supply in this thread any other AngularJS patterns which should be ignored for some reason.
Could you also provide example of code with issue "Functions should not have too many parameters"
--
You received this message because you are subscribed to a topic in the Google Groups "SonarQube" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sonarqube/M6f5Neze7Jw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to sonarqube+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/37efc63b-d51b-40d5-a7f6-002f1c4cd5c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Helena,
Could you also provide example of code with issue "Functions should not have too many parameters" (which you consider as false positive)?
// my controller, with any injected services
myModule.controller('myController', [ '$scope', '$resource', '$location', '$http', '$timeout', '$q', 'BusinessService', 'AuthenticationService', function($scope, $resource, $location, $http, $timeout, $q, myBusinessService, myAuthenticationService) {
…
}]);--
You received this message because you are subscribed to a topic in the Google Groups "SonarQube" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sonarqube/M6f5Neze7Jw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to sonarqube+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/e2ec3b02-1832-4c99-baa5-75dc7cea54c2%40googlegroups.com.