Implement password policy property #487
Annotations
8 errors and 1 warning
spec/acceptance/2_realm_spec.rb#L262
Naming/VariableName: Use snake_case for variable names. (https://rubystyle.guide#snake-case-symbols-methods-vars)
|
spec/acceptance/2_realm_spec.rb#L262
Style/WordArray: Use `['length(12)', 'and', 'notUsername(undefined)', 'and', 'notEmail(undefined)', 'and', 'forceExpiredPasswordChange(365)', 'and', 'hashIterations(27_500']` for an array of words. (https://rubystyle.guide#percent-w)
|
spec/acceptance/2_realm_spec.rb#L263
Style/WordArray: Use `[ 'and', 'passwordHistory(3)', 'and', 'regexPattern(^(?!\\d+$)(?!.*test).*$)', 'and', 'specialChars(1)', 'and', 'upperCase(1)']` for an array of words. (https://rubystyle.guide#percent-w)
|
spec/acceptance/2_realm_spec.rb#L263
Layout/SpaceInsidePercentLiteralDelimiters: Do not use spaces inside percent literal delimiters.
|
spec/acceptance/2_realm_spec.rb#L264
Style/WordArray: Use `[ 'and', 'lowerCase(1)', 'and', 'digits(1)', 'and', 'hashAlgorithm(pbkdf2-sha256)', 'and', 'maxLength(64)']` for an array of words. (https://rubystyle.guide#percent-w)
|
spec/acceptance/2_realm_spec.rb#L264
Layout/SpaceInsidePercentLiteralDelimiters: Do not use spaces inside percent literal delimiters.
|
spec/acceptance/2_realm_spec.rb#L319
Naming/VariableName: Use snake_case for variable names. (https://rubystyle.guide#snake-case-symbols-methods-vars)
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
This job failed
Loading