Showing 297 of 297 total issues
Function constructor
has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring. Open
public constructor($stateProvider: angular.ui.IStateProvider) {
const transactionViews: Record<string, angular.ui.IState> = {
"@root": {
templateUrl: TransactionIndexView,
controller: "TransactionIndexController",
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Function updateLruCaches
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
private updateLruCaches(
transaction: Transaction,
): angular.IPromise<Transaction> {
// Create a deferred so that we return a promise
const q: angular.IDeferred<Transaction> = this.$q.defer();
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Function constructor
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
public constructor(
private readonly $uibModal: UibModalMock = {
open(options: angular.ui.bootstrap.IModalSettings): {
result: UibModalMockResult;
} {
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Function save
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
public save(
schedule: ScheduledTransaction,
): angular.IPromise<ScheduledTransaction> {
// If the payee, category, subcategory or security are new; flush the $http cache
if ("string" === typeof (schedule as PayeeCashTransaction).payee) {
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Fallback background-color (hex or RGB) should precede RGBA background-color. Open
background-color: rgba(0, 255, 0, 0.1);
- Exclude checks
Element (i.action.active) is overqualified, just use .action without element name. Open
.has-action i.action.active {
- Exclude checks
Expected (<color>) but found 'var(--state-warning-text)'.</color> Open
color: var(--state-warning-text);
- Exclude checks
Don't use IDs in selectors. Open
#reconciliation-progress {
- Exclude checks
Rule is empty. Open
strong,
- Exclude checks
Expected (<color>) but found 'var(--state-success-text)'.</color> Open
color: var(--state-success-text);
- Exclude checks
@import prevents parallel downloads, use <link> instead. Open
@import "~/loot/css/variables.css";
- Exclude checks
Element (i.action.active) is overqualified, just use .active without element name. Open
.has-action i.action.active {
- Exclude checks
Unexpected token '}' at line 16, col 1. Open
}
- Exclude checks
@import prevents parallel downloads, use <link> instead. Open
@import "~/loot/css/variables.css";
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
#reconciliation-progress {
- Exclude checks
Element (tr.future) is overqualified, just use .future without element name. Open
tr:not(.future) + tr.future {
- Exclude checks
Unexpected token '&' at line 35, col 3. Open
&.transaction-date {
- Exclude checks
Expected RBRACE at line 31, col 3. Open
&.has-dropdown {
- Exclude checks
Unexpected token '>' at line 18, col 3. Open
> td {
- Exclude checks
Expected end of value but found 'var(--state-warning-text)'. Open
border-top: 2px solid var(--state-warning-text);
- Exclude checks