Skip to content

Commit

Permalink
Update list of epp predefined macros
Browse files Browse the repository at this point in the history
  • Loading branch information
kivra-pauoli committed Feb 28, 2024
1 parent 59861d4 commit 76df6b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/elvis_style.erl
Original file line number Diff line number Diff line change
Expand Up @@ -478,10 +478,12 @@ is_begin_node(Node) ->
ktn_code:type(Node) =:= 'begin'.

eep_predef_macros() ->
% From unexported eep:predef_macros/1
% From unexported epp:predef_macros/1
['BASE_MODULE',
'BASE_MODULE_STRING',
'BEAM',
'FEATURE_AVAILABLE',
'FEATURE_ENABLED',
'FILE',
'FUNCTION_ARITY',
'FUNCTION_NAME',
Expand Down

0 comments on commit 76df6b3

Please sign in to comment.